explode  Explode a path into its components. 
 Description
Explode a viewport path or grob path into its components.
Usage
explode(x) ## S3 method for class 'character' explode(x) ## S3 method for class 'path' explode(x)
Arguments
| x | Typically a viewport path or a grob path, but a character vector containing zero or more path separators may also be given. | 
Value
A character vector.
See Also
Examples
explode("vp1::vp2")
explode(vpPath("vp1", "vp2"))
    Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.