Displaying 1 result from an estimated 1 matches for "sr_elephant".
2009 Jul 28
1
Make my plots bigger and reduce white space around panels?
...n 1:length(models)){#RESIDUALS VS FITTED VALUES PLOT
model<-lm(models[[i]])
plot.lm(model,which=1,sub.caption=NA)
}
for (i in 1:length(models)){#Q-Q PLOT
model<-lm(models[[i]])
plot.lm(model,which=2,sub.caption=NA)
}
title(main="ELEPHANT SPECIES RICHNESS",outer=TRUE);
savePlot("SR_elephant.emf",type="emf"); dev.off()
[[alternative HTML version deleted]]