sextant: Draw a sextant

View source: R/sextant.R

sextantR Documentation

Draw a sextant

Description

Two styles are available, as selected by the style parameter.

Usage

sextant(style = 1)

Arguments

style

an integer controlling the style. If this is 1, which is the default, then medium-sized ticks are drawn every 5 degrees. If it is 2, then they are drawn for even-numbered degrees. The first style is similar to metric rulers, and the second to Imperial rulers.

Author(s)

Dan Kelley

Examples

# Style 1
## Not run: 
pdf("sextant1.pdf", width=11, height=8.5, paper="USr")
sextant(1)
dev.off()

## End(Not run)
# Style 2
## Not run: 
pdf("sextant2.pdf", width=11, height=8.5, paper="USr")
sextant(2)
dev.off()

## End(Not run)

dankelley/sextant documentation built on May 27, 2023, 3:38 a.m.