View source: R/coralSplitToBatches.R
coralSplitToBatches | R Documentation |
Splits CORAL data objects that contain all rare species into smaller batches for distributed computation
coralSplitToBatches(Y, TrData, C.common.rare, batchN = 1)
Y |
community matrix of rare species |
TrData |
trait matrix (dataframe) for rare species |
C.common.rare |
phylogeny similarity matrix between common and rare species |
batchN |
target number of batches |
A named list of three elements Y
, TrData
and C.common.rare
,
each of which is a list of length batchN
with splits of the corresponding input argument
#'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.