Nothing
HS <- function(t, parent.0, k1, k2, tb)
{
parent = ifelse(t <= tb,
parent.0 * exp(-k1 * t),
parent.0 * exp(-k1 * tb) * exp(-k2 * (t - tb)))
}
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.