R/print.plant3dlist.R

print.plant3dlist <- function(x, ...){
	cat("Yplant - object of class 'plant3dlist'.\n\n")
	cat(paste(c(rep("-",30),"\n"),collapse=""))
	cat("Number of plants included :", attributes(x)$nplants, "\n")
	cat("File names:\n\n")
	print(data.frame(Pfile=attributes(x)$pfiles, Lfile=attributes(x)$lfiles))
}

Try the YplantQMC package in your browser

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

YplantQMC documentation built on May 2, 2019, 5:50 p.m.