Nothing
#' Create georeferenced version of R's built in volcano dataset
#'
#' Create georeferenced version of R's built in volcano dataset. Useful dataset for generating quick examples.
#' @return SpatRaster
#' @examples
#' r<- erupt()
#' @import terra
#' @export
erupt<- function(){
volcano<- volcano #add visible binding for variable volcano
return(rast(volcano,
extent= ext(2667400, 2667400 + ncol(volcano)*10,
6478700, 6478700 + nrow(volcano)*10),
crs = "EPSG:27200"))
}
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.