Nothing
# Generic function for setting up a leaf physiology object.
setPhy <- function(leafmodel, leafpars=list()){
l <- list()
# Store leafmodel
l$leaffunction <- get(leafmodel) # function
l$leafmodel <- leafmodel # name of function
# Store leaf parameters.
l$leafpars <- leafpars
class(l) <- "ypphy"
return(l)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.