find_incomplete_censuses {portalr} | R Documentation |
Period code for incomplete censuses
Description
Determines incomplete censuses by finding dates when some plots were trapped, but others were not.
Usage
find_incomplete_censuses(trapping_table, min_plots, min_traps)
Arguments
trapping_table |
Data_table of when plots were censused. |
min_plots |
minimum number of plots within a period for an observation to be included |
min_traps |
minimum number of traps for a plot to be included |
Value
Data.table of period codes when not all plots were trapped.
[Package portalr version 0.4.1 Index]