estPopSize: Estimate population size at the whole area

View source: R/estimate abundance.r

estPopSizeR Documentation

Estimate population size at the whole area

Description

Predict the population size using a species distribution model, and adjust the predicted value based on real observations by distance sampling

Usage

estPopSize(pop.pred, tracks, species, detection)

Arguments

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

Value

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

Author(s)

Xinhai Li (Xinhai_li_edu@126.com)

Examples


 EST = estPopSize(pred, tracks, species, Average.p); EST


Xinhai-Li/abundanceR documentation built on Feb. 1, 2024, 4:47 a.m.