Nothing
## Tests for .sampleBackgroundDistribution
## library(Rtpca); library(testthat)
context(".sampleBackgroundDistribution")
library(dplyr)
library(Biobase)
dist_mat <- as.matrix(dist(matrix(1:20, ncol = 4)))
set.seed(1)
backSampl <- Rtpca:::.sampleBackgroundDistribution(
distMat = dist_mat, nMem = 3)
expect_equal(
mean(backSampl),
4.002
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.