n2000_filterSpecies: Create a species subset from the Natura 2000 data

Description Usage Arguments Value Author(s) Examples

View source: R/n2000_filter.R

Description

Create a species subset from the Natura 2000 data

Usage

1
n2000_filterSpecies(x, name, option, check.name = F)

Arguments

x

The character file path to the Natura 2000 geopackage

name

The character latin name of a focal species

option

The character type of data to return. Options are "PO" ('presence only' - sites where the species is present), "PA" ('presence absence' - sites where the species is present or absent), or "abundance".

check.name

logical Check whether the supplied name exists in the Natura 2000 data? Defaults to FALSE.

Value

A sf object with the Natura 2000 sites containing this species

Author(s)

Martin Jung

Matt Lewis

Examples

1
2
3
4
## Not run: 
n2000_filterSpecies('/filepath/Natura2000_end2019.gpkg', name = 'Asio otus')

## End(Not run)

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