paleoAxis: Plotting stratographic interval names

Description Usage Arguments Details Author(s) See Also Examples

View source: R/paleoAxis.R

Description

Add stratographic interval names to the axis of an existing plot

Usage

1
paleoAxis(side = 1, showQ = FALSE, lspace = 1.5)

Arguments

side

the side on which to add an axis (following axis)

showQ

logical, should the Quaturnary be shown

lspace

line spaces

Details

Stratographic intervals are taken from XXX

Author(s)

Andy Rominger <ajrominger@gmail.com>

See Also

axis, plot

Examples

1
2
3
4
par(mar=c(4, 4, 4, 4), mgp=c(3, 1, 0), xpd=NA)
plot(1, xlim=c(650, 0), ylim=c(650, 100), axes=FALSE)
paleoAxis(1)
paleoAxis(2)

ajrominger/socorro documentation built on Jan. 3, 2020, 6:25 a.m.