Create argument list for mybarplot
args_mybarplot(cex.axis = graphics::par("cex.axis"), cex.names = graphics::par("cex.axis"), ..., args.text = NULL, args.yaxis = NULL)
| cex.axis | character expansion factor of axis labels |
|---|---|
| cex.names | character expansion factor of bar group labels |
| … | additional arguments to barplot |
| args.text | list of arguments that are given to |
| args.yaxis | list of arguments that are given to |