R/dem30m_sd-data.R

#' Standard deviation of Digital Elevation Model of Zlatibor region in Serbia.
#'
#' A dataset containing the sd of an example Digital Elevation Model. 
#' It was calculated from dem30m using terrain funtion from raster package (opt = 'roughness').
#'
#' @docType data
#' 
#' @format a SpatialGridDataFrame with 15000 rows and 1 variable:
#' \describe{
#' \item{Elevation_sd}{Standard deviation of Digital Elevation Model, in meters}
#' }
#' 
#' @usage data(dem30m_sd)
#' 
#' @source The Zlatibor dataset was kindly provided by Prof. Branislav Bajat
#'  from the University of Belgrade, Serbia.
#'  
#' @name dem30m_sd
NULL
ksawicka/spup documentation built on Jan. 14, 2024, 11:28 p.m.