mypar | R Documentation |
Called without arguments, this function optimizes graphical parameters
for the RStudio plot window. bigpar
uses big fonts which are good for presentations.
mypar(
a = 1,
b = 1,
brewer.n = 8,
brewer.name = "Dark2",
cex.lab = 1,
cex.main = 1.2,
cex.axis = 1,
mar = c(2.5, 2.5, 1.6, 1.1),
mgp = c(1.5, 0.5, 0),
...
)
a |
the first entry of the vector passed to |
b |
the second entry of the vector passed to |
brewer.n |
parameter |
brewer.name |
parameters |
cex.lab |
passed on to |
cex.main |
passed on to |
cex.axis |
passed on to |
mar |
passed on to |
mgp |
passed on to |
... |
other parameters passed on to |
Rafael A. Irizarry
mypar()
plot(cars)
bigpar()
plot(cars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.