View source: R/aldex-scaleSim.R
plotGamma | R Documentation |
Create gamma diagram for scale simulation sensitivity result
plotGamma(
sen_results,
test = "t",
thresh = 0.05,
taxa_to_label = 10,
glmVar = NULL,
blackWhite = FALSE,
cex = 1
)
sen_results |
A list return by aldex.senAnalysis() |
test |
A character string. What test was used to calculate the results |
thresh |
A numeric between 0 and 1. What threshold should be used for significance? |
taxa_to_label |
A positive integer. How many taxa should be labeled in the plot? |
glmVar |
If 'test = "glm"', what variable do you want plotted? |
blackWhite |
boolean. If TRUE, returns the plot in black and white. |
cex |
Default == 1. Controls the size of the axis and text labels in the plots. |
A plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.