powered by
Subset SBP Matrix
sbp.subset(sbp, ternary = TRUE, ratios = TRUE)
An SBP matrix.
A boolean. Toggles whether to return balances representing three components.
A boolean. Toggles whether to return balances representing two components.
# NOT RUN { library(balance) data(iris) x <- iris[,1:4] sbp <- sbp.fromPBA(x) sbp.subset(sbp) # }
Run the code above in your browser using DataLab