head.inkscape: Head and tail methods for inkscape objects

head.inkscapeR 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 head() or tail()

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))

RobinHankin/knotR documentation built on Feb. 18, 2024, 12:41 a.m.