ado.ano.plot: plot the results of pairwise.adonis and pairwise.anosim.

Description Usage Arguments Value Author(s) Examples

View source: R/ado.ano.plot.R

Description

plot the results of pairwise.adonis and pairwise.anosim.

Usage

1
ado.ano.plot(data, limits, midpoint, show = 1)

Arguments

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.

Value

as describe in show

Author(s)

ZH Gai

Examples

1
2
ado.ano.plot(data = adonis.pairwise(iris[,1:4],iris$Species),
limit = c(0, 1), midpoint = 0.5, show = 1)

ZhonghuiGai/veganEx documentation built on Dec. 18, 2021, 9:20 p.m.