grid.yaxis(at = NULL, label = TRUE, main = TRUE,
edits = NULL, name = NULL,
gp = gpar(), draw = TRUE, vp = NULL)yaxisGrob(at = NULL, label = TRUE, main = TRUE,
edits = NULL, name = NULL,
gp = gpar(), vp = NULL)
at argument.TRUE) or at the right (FALSE) of the
viewport.at is NULL.
gpar, typically the output
from a call to the function gpar. This is basically
a list of graphical parameter settings.NULL).grid.yaxis returns the value invisibly.at slot of an xaxis grob is not NULL then
the xaxis will have the following children:
at slot is NULL then there are no children
and ticks are drawn based on the current viewport scale.grid.yaxis
draws the yaxis (and then only if draw is TRUE).viewport,
grid.xaxis