n2000_SpatialSpecies: Prepares a target species multipolygon feature for modelling...

Description Usage Arguments Value Author(s) Examples

View source: R/n2000_spatialize.R

Description

Prepares a target species multipolygon feature for modelling using

Usage

1
2
3
4
5
6
7
n2000_SpatialSpecies(
  species,
  metric = "pa",
  abundance_bound = "UPPERBOUND",
  what = "polygon",
  ref_grid = "1km"
)

Arguments

species

A data.frame obtained via the n2000_filterSpecies function

metric

How is biodiversity encoded in the output. As presence only ('po'), presence absence ('pa') or a population estimate ('abundance')

abundance_bound

Which estimate to use for metric option 'abundance'. Default is 'UPPERBOUND'

what

What should be created. Possible options ('polygon','raster')

ref_grid

Which European reference grid to use. Default is '1km'

Value

A spatial object of the respective species. The

Author(s)

Martin Jung

Examples

1
2
3
4
5
6
7
## Not run: 
species <- n2000_species('/media/martin/data/EuropeanBiodiversityData/N2000/Natura2000_end2019.gpkg',
                    sname = 'Asio otus')
o <- n2000_SpatialSpecies(species, 'Asio_otus', metric = 'pa', what = 'raster' )
plot(o)

## End(Not run)

iiasa/rN2000 documentation built on Dec. 20, 2021, 6:55 p.m.