combineSubsamples {subSeq} | R Documentation |
Given two or more subsamples objects, combine them into one larger object, on which we can perform all the usual analyses and plots.
combineSubsamples(...)
... |
Two or more subsamples objects |
If there are columns in some subsamples objects that are not in others, the missing values will be filled with NA
subSeq object
# 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)