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