Nothing
SSarrhenius <-
selfStart(~ k*area^z,
function(mCall, data, LHS)
{
xy <- sortedXyData(mCall[["area"]], LHS, data)
value <- as.vector(coef(lm(log(pmax(xy[,"y"],1)) ~ log(xy[,"x"]))))
value[1] <- exp(value[1])
names(value) <- mCall[c("k","z")]
value
},
c("k","z"))
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.