Description Usage Arguments Value Author(s) Examples
plot the results of pairwise.adonis and pairwise.anosim.
1 | ado.ano.plot(data, limits, midpoint, show = 1)
|
data |
a data.frame from pairwise.adonis or pairwise.anosim |
limits |
range of heatmap |
midpoint |
midpoint of heatmap |
show |
return the plot of heatmap or the p.value pointmap. 1 for heatmap 2 for p.value pointmap, the default value is 1. |
as describe in show
ZH Gai
1 2 | ado.ano.plot(data = adonis.pairwise(iris[,1:4],iris$Species),
limit = c(0, 1), midpoint = 0.5, show = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.