color.axis: Display an axis in a specified color

View source: R/twoord.plot.R

color.axisR Documentation

Display an axis in a specified color

Description

⁠color.axis⁠’ displays an axis in the specified color.

Usage

 color.axis(side=1,at=NULL,labels=TRUE,axlab=NA,axlab.at=NA,
  col=par("fg"),cex.axis=par("cex.axis"),cex=par("cex"))

Arguments

side

Which axis - see axis.

at

Positions for the tick labels.

labels

Tick labels.

axlab

Optional axis label.

axlab.at

Where to position the axis label - defaults to centered.

col

Color for the axis.

cex.axis

Character expansion for the tick labels.

cex

Character expansion for the axis label.

Value

nil

Author(s)

Jim Lemon


plotrix documentation built on Nov. 10, 2023, 5:07 p.m.