device: graphics device for line-us plotter

Description Usage Arguments Examples

Description

readme for how to use it

Usage

1
lineus_dev(portrait = TRUE)

Arguments

portrait

set orientation. TRUE for portrait, FALSE for landscape

Examples

1
2
3
4
5
6
## Only run this example in interactive R sessions
if (interactive()) {
 lineus_dev()
 boxplot(data = iris, Sepal.Length ~Species)
 dev.off()
}

benjaminschwetz/rlineus documentation built on Jan. 2, 2021, 8:17 a.m.