Nothing
library(propr)
data(caneToad.counts)
data(caneToad.groups)
df <- caneToad.counts[,1:500]
grp <- caneToad.groups
A <- propr(df, "phs")
test_that("getMatrix agrees with original matrix", {
expect_equal(
A@matrix,
getMatrix(A)
)
})
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.