setAxis: Set up an Axis

View source: R/setAxis.R

setAxisR Documentation

Set up an Axis

Description

Sets up axis information (support function).

Usage

setAxis(data, axis.range, axis.log, axis.rev, axis.labels, ...)

Arguments

data

the coordinates for the particular axis

axis.range

set axis range.

axis.log

logical, if TRUE, then log transform the axis.

axis.rev

logical, if TRUE, then reverse the axis direction.

axis.labels

set axis labels.

...

additional arguments to the "pretty" functions.

Value

Information about the axis

See Also

linearPretty, logPretty


USGS-R/smwrGraphs documentation built on Oct. 11, 2022, 6:11 a.m.