fd_forest_eutrees4f {forestdata}R Documentation

EU-Trees4F Database

Description

Download data for tree species distribution in Europe for current (2005) distribution, and future distribution (2035, 2065, 2095).

Usage

fd_forest_eutrees4f(
  species,
  model = "clim",
  period = "all",
  scenario = "rcp45",
  type = "bin",
  distrib = "pot",
  quiet = FALSE
)

Arguments

species

a character vector of length 1 with the Latin name of the tree species (genus and species)

model

a character vector of length 1 with the name of the ensemble projection. One of 'clim' or 'sdms' (see details)

period

a numeric or character vector of length 1 with the center of the 30-year time period used for the model. One of '2005', '2035', '2065', '2095', or 'all' (see details)

scenario

a character vector of length 1 with the climate change scenario used. One of 'rcp45' or 'rcp85' (see details)

type

a character vector of length 1 with the type of output layer. One of 'bin', 'prob' or 'std' (see details)

distrib

a character vector of length 1 with the type of distribution. One of 'nat', 'pot', 'disp' or 'disp_lu' (see details)

quiet

if TRUE, suppress any message or progress bar

Details

Data may be freely used for research, study, or teaching, but be cited appropriately (see references below).

The data of EU-Trees4F database represent the distribution of the main woody species in Europe at 5 arc-minutes (~ 10 km) spatial resolution, in the Lambert Azimuthal Equal Area (EPSG:3035) CRS. The possible models to download are the following:

Model: type of model used

Period: 30-year time period

Scenario: climate change scenario

Type: type of output layer

Distrib: type of species distribution

Value

A single-band or multi-band SpatRaster

References

Mauri, Achille; Cescatti, Alessandro; GIRARDELLO, MARCO; Strona, Giovanni; Beck, Pieter; Caudullo, Giovanni; et al. (2022). EU-Trees4F. A dataset on the future distribution of European tree species.. figshare. Collection. https://doi.org/10.6084/m9.figshare.c.5525688.v2

See Also

metadata_forestdata for a list of possible species

Examples


# Download data for Betula pendula
betula_pendula_sr <- fd_forest_eutrees4f(species = "Betula pendula")


[Package forestdata version 0.3.1 Index]