Take the processed capture histories (in long format) and the groupings of node, and develop a capture history in wide format. Optionally, split that capture history into smaller dataframes by grouping.
createDABOMcapHist(
filter_ch = NULL,
parent_child = NULL,
configuration = NULL,
split_matrices = F
)
filtered capture history as returned by the `filterDetections()` function in the `PITcleanr` package, which has then been verified by a user and all blank or NA `user_keep_obs` entries have been completed.
data frame with at least `parent` and `child` columns. Can be created with `buildParentChild()` function in the `PITcleanr` package.
is a data frame which assigns node names to unique SiteID, AntennaID, and site configuration ID combinations. One example can be built with the function `buildConfig`
Should the wide capture history be split into separate matrices,
one for each group in `defineDabomColNms`? Default value is FALSE
.
createDABOMcapHist()
#> Error in createDABOMcapHist(): !is.null(filter_ch) is not TRUE