powered by
Called without arguments, this function optimizes graphical parameters for the RStudio plot window. bigpar uses big fonts which are good for presentations.
bigpar
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), ... )
the first entry of the vector passed to mar
mar
the second entry of the vector passed to mar
parameter n passed to brewer.pal
n
brewer.pal
parameters name passed to brewer.pal
name
passed on to par
par
other parameters passed on to par
Rafael A. Irizarry
mypar() plot(cars) bigpar() plot(cars)
Run the code above in your browser using DataLab