lin2 <- function(x1,y1,x2,y2,x) { y1 + (y2 - y1) * (x - x1) / (x2 - x1) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.