color.axis {plotrix} | R 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
[Package plotrix version 3.8-4 Index]