ggAsy.link: ggplot for Asymptotic Network diversity

Description Usage Arguments Value Examples

Description

ggAsy.link Plots q-profile based on the outcome of Asy.link using the ggplot2 package.

Usage

1
ggAsy.link(outcome, diversity = "TD", text.size = 14)

Arguments

outcome

the outcome of the functions Asy.link .

text.size

control the text size of the output plot.

Value

a figure of estimated sample completeness with order q

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
## Ex.1
data(Norfolk)
out1 <- Asy.link(Norfolk, diversity = 'TD', datatype = "abundance", nboot = 10)
ggAsy.link(out1)
## Ex.2
data(puerto.rico)
out2 <- Asy.link(puerto.rico$data, diversity = 'PD', datatype = "abundance",
                 nboot = 10, row.tree = puerto.rico$row.tree, col.tree = puerto.rico$col.tree)
ggAsy.link(out2)

## End(Not run)

Chunger-Lo/iNEXT.link documentation built on Dec. 17, 2021, 2:05 p.m.