mypar {rafalib} | R Documentation |
mypar
Description
Called without arguments, this function optimizes graphical parameters
for the RStudio plot window. bigpar
uses big fonts which are good for presentations.
Usage
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),
...
)
Arguments
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 |
Author(s)
Rafael A. Irizarry
Examples
mypar()
plot(cars)
bigpar()
plot(cars)
[Package rafalib version 1.0.4 Index]