nwasc_bind_phases: Combine Phase 1 DTS & CTS segmented data with Phase 2 CTS

Description Usage Arguments Value Examples

View source: R/Finalize_output.R

Description

Combines the three pieces of the segment catalog and replaces missing value observations with a 0 count

Usage

1
nwasc_bind_phases(seg.dat.phase2, seg.dat.phase1.cts, seg.dat.phase1.dts)

Arguments

seg.dat.phase2

df segmented phase 2 data

seg.dat.phase1.cts

df segment phase 1 cts

seg.dat.phase1.dts

df segmented dts data from phase 1

Value

df wide form segmented data from NWASC with columns of species counts

Examples

1
2
3
4
## Not run: 
segmented_seabird_catalogs <- bind_phases(seg.dat.phase2, seg.dat.phase1.cts, seg.dat.phase1.dts)

## End(Not run)

robgf/nwasc documentation built on Oct. 29, 2021, 8:13 p.m.