R/print.yplantsimlist.R

Defines functions print.yplantsimlist

#'@method print yplantsimlist
#'@S3method print yplantsimlist
print.yplantsimlist <- function(x,...){

	nplants <- length(x)
	cat("Yplant - batch simulation result ('yplantsimlist' object).\n\n")
	cat(paste(c(rep("-",30),"\n"),collapse=""))

	cat("Number of plants :", nplants, "\n\n")
	
	cat("To calculate totals by plant, use the summary() function.\n")
}

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.