batchCount | R Documentation |
Counts the number of samples that are in each of the batches.
batchCount(dataS, batchSizeT)
dataS |
Test dataset. |
batchSizeT |
Batch size to test for. |
The ID of any batch that does not contain the specified number of samples.
test <- batchCount(dataS=serumRand,batchSizeT=84)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.