R/print.yplantsimlist.R

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 2, 2019, 5:50 p.m.