explode | R Documentation |
Explode a viewport path or grob path into its components.
explode(x) ## S3 method for class 'character' explode(x) ## S3 method for class 'path' explode(x)
x |
Typically a viewport path or a grob path, but a character vector containing zero or more path separators may also be given. |
A character vector.
vpPath
, gPath
.
explode("vp1::vp2") explode(vpPath("vp1", "vp2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.