
Last chance! 50% off unlimited learning
Sale ends in
par("mar")
. However one is forced to define all margins, even if just one should be altered. This convenience function allows to set one single margin (or several) while leaving the others unchanged.Mar(bottom = NULL, left = NULL, top = NULL, right = NULL, outer = FALSE)
par("mar")
) or the outer margins (par("oma")
) should be set. Default is FALSE, meaning that the inner margins will be concerned.par
# enlarge the left margin only
Mar(,10.1)
barplot(1:7, names=levels(d.pizza$driver))
Run the code above in your browser using DataLab