R/plot.angledistlist.R

'plot.angledistlist' <- function(x, makepdf=FALSE,...){

		if(makepdf)pdf("All distributions.pdf",onefile=TRUE)
		dists <- names(x$allfits)
		for(d in dists){
				plot.angledist(x$allfits[[d]],...)
		}
		if(makepdf)dev.off()
}

Try the LeafAngle package in your browser

Any scripts or data that you put into this service are public.

LeafAngle documentation built on May 29, 2017, 8:32 p.m.