color.axis displays an axis in the specified color.
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.