change how many plots you view r
par(mfrow=c(2,2))
par in r
par(mfrow=c(1,1))
# make labels and margins smaller
par(cex=0.7, mai=c(0.1,0.1,0.2,0.1))
# define area for the plot
par(fig=c(0.1,0.7,0.3,0.9))
# define area for the boxplot
par(fig=c(0.8,1,0,1), new=TRUE)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us