Learn R Programming

climenv (version 1.0.0)

it_pt: Italian Biome point data

Description

The package contains geospatial point data showing the Biomes of Italy.

Usage

it_pt

Arguments

Format

An object of class sf (inherits from tbl_df, tbl, data.frame) with 9963 rows and 2 columns.

Details

The first column, geometry, refers to the X and Y coordinate of each point spaced over Italy. The second column, 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). tools:::Rd_expr_doi("10.1016/B978-0-12-822562-2.00059-1")

Examples

Run this code
data("it_pt", package = "climenv")
plot(it_pt)

Run the code above in your browser using DataLab