R/print.ypphy.R

print.ypphy <- function(x,...){
	cat("Yplant - Leaf physiology object (class 'ypphy')\n\n")
    cat("Model :", x$leafmodel, "\n")
	cat("-------------------------------\n")
	cat("Parameters :\n\n")
	for(i in 1:length(x$leafpars)){
		p <- x$leafpars[i]
		cat(names(p),"=",p[[1]],"\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.