head.inkscape: Head and tail methods for inkscape objects

Description Usage Arguments Author(s) Examples

Description

Head and tail methods for inkscape objects

Usage

1
2
3
4
## 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 head() or tail()

Author(s)

Robin K. S. Hankin

Examples

1
2
3
4
5
a <- reader(system.file("7_1.svg",package="knotR"))
head(a)
tail(a)

head(as.inkscape(k8_2))

knotR documentation built on May 1, 2019, 9:10 p.m.