grid.yaxis.hh
From HH v3.1-42
by Richard Heiberger
make x- and y-axis labels
uses modified older version of grid functions. Includes optional specification of the axis labels.
- Keywords
- dplot
Usage
grid.yaxis.hh(at = NULL, label = TRUE, main = TRUE, gp = gpar(),
draw = TRUE, vp = NULL, labels)make.yaxis.hh.labels(at, main, labels = at)
grid.xaxis.hh(at = NULL, label = TRUE, main = TRUE, gp = gpar(),
draw = TRUE, vp = NULL, labels)
make.xaxis.hh.labels(at, main, labels = at)
Arguments
- at, label, main, gp, draw, vp
See
link[grid]{grid.xaxis}
.- labels
label values if you don't want the defaults
Value
See link[grid]{grid.xaxis}
.
See Also
link[grid]{grid.xaxis}
Community examples
Looks like there are no examples yet.