Description Usage Arguments Value Author(s) Examples
Subset SBP Matrix
1 | sbp.subset(sbp, ternary = TRUE, ratios = TRUE)
|
sbp |
An SBP matrix. |
ternary |
A boolean. Toggles whether to return balances representing three components. |
ratios |
A boolean. Toggles whether to return balances representing two components. |
An SBP matrix.
Thom Quinn
1 2 3 4 5 | library(balance)
data(iris)
x <- iris[,1:4]
sbp <- sbp.fromPBA(x)
sbp.subset(sbp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.