Nothing
# Non-rectangular hyperbola
lightresponse <- function(PAR, Amax, phi, theta, Rd, ...){
A <- (phi*PAR+Amax-((phi*PAR+Amax)^2-4*theta*phi*PAR*Amax)^0.5)/(2*theta) - Rd
return(data.frame(A=A))
}
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.