Description Usage Arguments Value Author(s) References Examples
Arguments:
1 2 3 | PlotBaggedRDA(Bag.res, Y, which.bac = 1:nrow(Bag.res$loadings),
ptype = "spider", comp = 1:2, cex.bac = 0.5, plot.names = T,
group.cols = as.numeric(unique(Y)), ...)
|
Bag.res |
Output from Bagged.RDA.Feature.Selection function |
Y |
vector with names(Y)=rownames(X), for example |
which.bac |
TBA |
ptype |
TBA |
comp |
TBA |
cex.bac |
TBA |
plot.names |
Plot names |
group.cols |
TBA |
... |
Other arguments to be passed Returns: |
TBA
Contact: Jarkko Salojarvi microbiome-admin@googlegroups.com
See citation("microbiome")
1 2 3 4 5 6 7 | #
#library(microbiome)
#data(peerj32)
#x <- t(peerj32$microbes)
#y <- factor(peerj32$meta$time); names(y) <- rownames(peerj32$meta)
#Bag.res <- Bagged.RDA.Feature.Selection(x, y, sig.thresh=0.05, nboot=100)
#PlotBaggedRDA(Bag.res, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.