Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gaddtix

add tic marks


Description

Add tic marks to plot

Usage

gaddtix(side = 3, pos = 0, tck = 0.005, at = c(0, 1),
labels = NULL, col = 2, addline = FALSE, ...)

Arguments

side

side = 1, 2, 3, 4

pos

relative to axis

tck

tic length

at

vector of positions

labels

vector of labels

col

color for plotting

addline

add lines

...

graphical parameters from par

Value

Graphical side effect

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

par

Examples

plot(c(0,1), c(0,1), type='n', ann=FALSE, axes=FALSE)

gaddtix(side=1, pos=0,   tck=-0.01, at=seq(from=0, to=.5, by=.2) ,
labels=seq(from=0, to=.5, by=.2), col=1)

RSEIS

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.