Create argument list for axis
args_yaxis(side = 2, at = graphics::axTicks(side), labels = paste0(at, unit), unit = "", las = 1, ...)
| side | 1: bottom, 2: left, 3: top, 4: right |
|---|---|
| at | where to put the ticks/labels |
| labels | vector of character labels |
| unit | text appended to the labels with |
| las | numeric in 0,1,2,3; the style of axis labels
(see |
| … | additional parameters passed to |
list of arguments that may be used as args.yasis in
mybarplot