Description Usage Arguments Details Value Examples
View source: R/combineSubsamples.R
Given two or more subsamples objects, combine them into one larger object, on which we can perform all the usual analyses and plots.
1 |
... |
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.