View source: R/make.obs.flag.dat.r
make.obs.flag.dat | R Documentation |
Modifies the eflalo dataset for Cochran ratio estimator. Adds a OBSFLAG field inicating if the trip was observed. This can be set as a percentage of total trips
make.obs.flag.dat(dat, obs_level = 0.1)
dat |
the |
obs_level |
proportion of trips observed (observer coverage) |
a 'melted' dataframe of trip data where species is a single column
Niels Hintzen, Francois Bastardie and Doug Beare (2014). vmstools: For analysing fisheries VMS (Vessel Monitoring System) data. R package version 0.72. http://CRAN.R-project.org/package=vmstools
#' data(eflalo)
dm = make.obs.flag.dat(eflalo, obs_level = .1)
data(eflalo)
dm = make.obs.flag.dat(eflalo, obs_level = .1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.