head.inkscape {knotR} | R Documentation |
Head and tail methods for inkscape objects
Description
Head and tail methods for inkscape objects
Usage
## S3 method for class 'inkscape'
head(x, ...)
## S3 method for class 'inkscape'
tail(x, ...)
Arguments
x |
Primary argument, an inkscape object |
... |
Further arguments, passed to |
Author(s)
Robin K. S. Hankin
Examples
a <- reader(system.file("7_1.svg",package="knotR"))
head(a)
tail(a)
head(as.inkscape(k8_2))
[Package knotR version 1.0-4 Index]