args_mybarplot | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.