knotR (version 1.0-2)

head.inkscape: Head and tail methods for inkscape objects

Description

Head and tail methods for inkscape objects

Usage

# S3 method for inkscape
head(x, ...)
# S3 method for inkscape
tail(x, ...)

Arguments

x

Primary argument, an inkscape object

...

Further arguments, passed to head() or tail()

Author

Robin K. S. Hankin

Examples

Run this code
a <- reader(system.file("7_1.svg",package="knotR"))
head(a)
tail(a)

head(as.inkscape(k8_2))

Run the code above in your browser using DataLab