extract.data | R Documentation |
Creates dataframes with capture data for adult and juvenile birds from a CES object created by readces
extract.data(cesdata, species=0, plots=NULL, min.yrs=1)
cesdata |
a CES object created by |
species |
Euring species code (including the final zero which would indicate race). |
plots |
an object containing plot coverage data created by |
min.yrs |
sites covered in fewer than min.yrs will be ignored. |
A list of up to four items
spp |
Euring species code |
spp.name |
Name of the species in whichever language has been set by |
Either or, more usually, both of the following may be present
ad.data |
data frame with summary of adult captures |
jv.data |
data frame with summary of juvenile captures |
Rob Robinson
data(ukdata)
plots <- extract.coverage(ukdata)
robin.dat <- extract.data(ukdata, species=10990, plots=plots)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.