R/print.stand3d.R

Defines functions print.stand3d

#'@method print stand3d
#'@S3method print stand3d
print.stand3d <- function(x,...){
  
  n <- length(x$plants)
  cat("Yplant - stand object (class \'stand3d\').\n\n")
  cat(paste(c(rep("-",30),"\n"),collapse=""))
  cat("Contains",n,"plants.\n")
  cat("Leaf area index :",round(x$LAI,3),"m2 m-2")
}

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.