n2000_mapwms: Map Natura 2000 sites using WMS services

Description Usage Arguments Details Author(s) Examples

View source: R/n2000_mapwms.R

Description

N.b. This function requires the leaflet, and leaflet.extras2 packages to be installed and a functioning internet connection.

Usage

1
n2000_mapwms(title = "N2000", clng = NA, clat = NA, czoom = NA)

Arguments

title

The [‘character'] title of the WMS layer to be rendered. Options are: ’N2000', 'CDDA', and 'N2000_centroids'. Defaults to 'N2000'. See details.

clng

The ['numeric'] centre-point longitude coordinate of the field of view. See details.

clat

The ['numeric'] centre-point latitude coordinate of the field of view. See details.

czoom

The ['numeric'] zoom level to use. See details.

Details

‘title' has three options: ’N2000' to render Natura 2000 sites, 'CDDA' to render sites listed on the Common Database on Designated Areas (i.e. nationally designated areas) or 'N2000_centroids' to render only the centroids of the Natura 2000 sites.

The default field of view for either title = "N2000" or title = "CDDA" focuses on the Schlosspark in Laxenburg, Austria. This is arbitrary, and does not by any means reflect any biases on the parts of the authors. The default for title = "N2000_centroids" gives view of most of Europe.

Author(s)

Martin Jung

Matt Lewis

Examples

1
2
3
4
## Not run: 
n2000_mapwms()

## End(Not run)

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