| yaxisStyle-class {trackViewer} | R Documentation |
"yaxisStyle"An object of class "yaxisStyle" represents y-axis style.
Objects can be created by calls of the form
new("yaxisStyle", at, label, gp, draw, main).
at"numeric" vector of y-value locations for the tick marks
label"logical" value indicating whether to draw the
labels on the tick marks.
gpA "list" object, It will convert to an object of
class gpar. This is basically a list of graphical
parameter settings of y-axis.
drawA "logical" value indicating whether the y-axis
should be draw.
mainA "logical" value indicating whether the y-axis
should be draw in left (TRUE) or right (FALSE).