Nothing
#' @export
PVI <- function(NIR, RED, s, a, b){
PVI = ((b*NIR)-(s*b*RED)-a)/sqrt(a^2+1)
return(PVI)
}
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.