ggiNEXTBetaDiv | R Documentation |
ggiNEXTBetaDiv
: ggplot for Interpolation and extrapolation of Beta diversity with order q
ggiNEXTBetaDiv(output, type = "B", scale = "free")
output |
the output from iNEXTBetaDiv |
type |
selection of plot type : |
scale |
Are scales shared across all facets ( |
a figure for Beta diversity or dissimilarity diversity.
## abundance data & coverage-based data(beetle_abu) output1 = iNEXTBetaDiv(data = beetle_abu, datatype = 'abundance', nboot = 20, conf = 0.95) ggiNEXTBetaDiv(output1, type = 'B', scale = 'free') ggiNEXTBetaDiv(output1, type = 'D', scale = 'free') ## incidence data & coverage-based data(beetle_inc) output2 = iNEXTBetaDiv(data = beetle_inc, datatype = 'incidence_raw', nboot = 20, conf = 0.95) ggiNEXTBetaDiv(output2, type = 'B', scale = 'free') ggiNEXTBetaDiv(output2, type = 'D', scale = 'free') ## abundance data & size-based data(beetle_abu) output3 = iNEXTBetaDiv(data = beetle_abu, datatype = 'abundance', base = 'size', nboot = 20, conf = 0.95) ggiNEXTBetaDiv(output3, scale = 'free') ## incidence data & size-based data(beetle_inc) output4 = iNEXTBetaDiv(data = beetle_inc, datatype = 'incidence_raw', base = 'size', nboot = 20, conf = 0.95) ggiNEXTBetaDiv(output4, scale = 'free')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.