renderPretty: Label Axes

renderPrettyR Documentation

Label Axes

Description

Draws ticks, labels, or grids for an axis (support functions).

Usage

ticks.render(arg1, side, lwd)

renderY(pretty, left = list(ticks = TRUE, labels = TRUE, grid = FALSE,
  finegrid = FALSE), right = list(ticks = TRUE, labels = FALSE, grid =
  FALSE, finegrid = FALSE), lefttitle = "Y-AXIS TITLE",
  righttitle = "")

renderX(pretty, bottom = list(ticks = TRUE, labels = TRUE, grid = FALSE,
  finegrid = FALSE, angle = 0), top = list(ticks = TRUE, labels = FALSE,
  grid = FALSE, finegrid = FALSE, angle = 0), bottitle = "X-AXIS TITLE",
  toptitle = "", caption = "")

Arguments

arg1

control parameters for the tick locations.

side

the number of the axis, 1 is bottom, 2 is left, and so forth.

lwd

the line weight for the ticks.

pretty

the output from one of the "pretty" functions.

left

control parameters for the left y axis.

right

control parameters for the right y axis.

lefttitle

the title for the left y axis.

righttitle

the title for the right y axis.

bottom

control parameters for the bottom x axis.

top

control parameters for the top x axis.

bottitle

the title for the bottom x axis.

toptitle

the title for the top x axis.

caption

the figure caption.

Value

Nothing is returned.


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