Nothing
S2cond <- function(S2,lambda,ti,ti_1){
dlt <- ti-ti_1
value <- (S2/(2*lambda))*(1-exp(-2*lambda*dlt))
return(value)
}
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.