R/reset_graphics_par.R

Defines functions reset_graphics_par

reset_graphics_par <- function() par(mfrow = c(1,1),
                                     new = F,
                                     xpd = F,
                                     cex = 1,
                                     las = 0,
                                     cex.lab = 1,
                                     cex.axis =1,
                                     oma = c(0,0,0,0),
                                     mar = c(5.1, 4.1, 4.1, 2.1)
                                     )
tessington/quantecol documentation built on June 1, 2025, 9:06 p.m.