R/print.plant3dlist.R

Defines functions print.plant3dlist

#'@method print plant3dlist
#'@S3method print plant3dlist
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 29, 2017, 7:02 p.m.