combineSubsamples: combine multiple subsamples objects

Description Usage Arguments Details Value Examples

View source: R/combineSubsamples.R

Description

Given two or more subsamples objects, combine them into one larger object, on which we can perform all the usual analyses and plots.

Usage

1

Arguments

...

Two or more subsamples objects

Details

If there are columns in some subsamples objects that are not in others, the missing values will be filled with NA

Value

subSeq object

Examples

1
2
3
4
5
# see ?subsample to see how ss is generated
data(ss)

# combine multiple subsampling objects (in this example they happen to be the same object)
ss_new <- combineSubsamples(ss, ss)

subSeq documentation built on Nov. 8, 2020, 5:45 p.m.