R/data_it_pt.R

#' Italian Biome point data
#'
#' The package contains geospatial point data showing the Biomes of Italy.
#'
#' @docType data
#' @format{ An object of class \code{sf} (inherits from \code{tbl_df},
#' \code{tbl}, \code{data.frame}) with 9963 rows and 2 columns.
#' }
#' @details The first column, \code{geometry}, refers to the X and Y coordinate
#' of each point spaced over Italy. The second column, \code{GB}, refers to
#' the Global Biome assigned to each coordinate. For more details on the
#' assignment of Biomes please refer to Mucina et al. (2023).
#' @references{ Mucina, L., Divíšek, J., & Tsakalos, J.L. (2023)
#' Europe, Ecosystems of. In: Encyclopedia of biodiversity, vol X (in print).
#' \doi{10.1016/B978-0-12-822562-2.00059-1}
#' }
#' @encoding UTF-8
#' @keywords datasets
#' @rdname it_pt
#' @examples
#' data("it_pt", package = "climenv")
#' plot(it_pt)
"it_pt"

Try the climenv package in your browser

Any scripts or data that you put into this service are public.

climenv documentation built on Nov. 3, 2023, 1:08 a.m.