Nothing
#' @export
EVI <- function(NIR, RED, BLUE){
EVI = 2.5*((NIR-RED)/(NIR+(6*RED)-(7.5*BLUE)+1))
return(EVI)
}
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.