Nothing
internal.3 <- function(amp1,amp2,lag.radians) {
b.x <- amp1
b.y <- amp2*cos(lag.radians)
retention <- amp2*sin(lag.radians)
return(c(b.x,b.y,retention))
}
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.