View source: R/estimate abundance.r
estPopSize | R Documentation |
Predict the population size using a species distribution model, and adjust the predicted value based on real observations by distance sampling
estPopSize(pop.pred, tracks, species, detection)
pop.pred |
A raster layer with number of individuals at each cell |
tracks |
A dataframe containing the Lat/Lon of thinned track points. |
species |
A data.frame of species occurrences with columns "Name_E", "Lon", "Lat", "Date", "Count" |
detection |
The average detection during distance sampling |
A vector including the predicted population size by Random Forest, predicted population on the routes, Observed population on the routes, and final adjusted estimation of population size
Xinhai Li (Xinhai_li_edu@126.com)
EST = estPopSize(pred, tracks, species, Average.p); EST
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.