View source: R/extract.sites.R
extract.sites | R Documentation |
Generates a table of site information
extract.sites(cesdata, exclude=NULL)
cesdata |
A CES object created by |
exclude |
A vector of sitenames to be excluded |
Currently mainly used to generate data for map.ces
.
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.
Rob Robinson
data(ukdata)
sites <- extract.sites(ukdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.