head.inkscape | R Documentation |
Head and tail methods for inkscape objects
## S3 method for class 'inkscape'
head(x, ...)
## S3 method for class 'inkscape'
tail(x, ...)
x |
Primary argument, an inkscape object |
... |
Further arguments, passed to |
Robin K. S. Hankin
a <- reader(system.file("7_1.svg",package="knotR"))
head(a)
tail(a)
head(as.inkscape(k8_2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.