Description Usage Arguments Value Author(s) Examples
View source: R/n2000_spatialize.R
Prepares a target species multipolygon feature for modelling using
1 2 3 4 5 6 7 | n2000_SpatialSpecies(
species,
metric = "pa",
abundance_bound = "UPPERBOUND",
what = "polygon",
ref_grid = "1km"
)
|
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' |
A spatial object of the respective species. The
Martin Jung
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.