extract.sites: Extracts CES site information

View source: R/extract.sites.R

extract.sitesR Documentation

Extracts CES site information

Description

Generates a table of site information

Usage

extract.sites(cesdata, exclude=NULL)

Arguments

cesdata

A CES object created by readces

exclude

A vector of sitenames to be excluded

Details

Currently mainly used to generate data for map.ces.

Value

A dataframe with site (the internal numeric identifier), sitename, habitat, lat and long (in decimal degrees), netlength, number of years operated (nyears), first and last year of operation, whether the site is current, and the number of missing years in the data run.

Author(s)

Rob Robinson

Examples

data(ukdata)
sites <- extract.sites(ukdata)

btorobrob/cesr documentation built on June 9, 2025, 5:39 a.m.