plot | R Documentation |
Plot the stratified Power, FDR (False Discovery Rate), TP (True Positive), FP (False Positive) based on prevalence or abundance.
plotStrata(assess.out, figure.type=c('power','fdr','type1error','tp','fp','otu'),stratify.by=c('prevalence','abundance'),is.errorbar=TRUE,is.legend=TRUE)
plotStrataAll(assess.out, figure.type=c('power','fdr','type1error','tp','fp','otu'),stratify.by=c('prevalence','abundance'),is.errorbar=TRUE,is.legend=TRUE)
assess.out |
An object output by |
figure.type |
Figure type could be Power("power"), FDR ("fdr"), TypeI error ("type1error"), TP("tp"), FP("tp"), #OTU ("otu") |
stratify.type |
Taxon is stratified by either "prevalence" or "abundance" |
is.errorbar |
Standard error of all simulations is plot |
is.legend |
Legend of sample sizes is plot |
## Not run:
assess.out = assess(powmeta.out, alpha.type="fdr", alpha.level=0.1,stratify.type='prevalence')
plotStrataAll(assess.out,stratify.by='prevalence')
plotStrata(assess.out,figure.type='power',stratify.by='prevalence')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.