subSeq (version 1.2.2)

combineSubsamples: combine multiple subsamples objects

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

combineSubsamples(...)

Arguments

...
Two or more subsamples objects

Value

  • subSeq object

Details

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

Examples

Run this code
# 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)

Run the code above in your browser using DataLab