Nothing
none <- function(x, o, overwrite = FALSE){
expr_calc <- paste0(o, " = int(if(isnull(", x,"), 1, log(-1)))")
flags <- "quiet"
if(overwrite) flags <- c(flags, "overwrite")
execGRASS(
"r.mapcalc",
flags = flags,
parameters = list(expression = expr_calc)
)
}
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.