ggObs.link: ggplot for Empirical Network diversity

Description Usage Arguments Value Examples

Description

ggObs.link Plots q-profile based on the outcome of Obs.link using the ggplot2 package.

Usage

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

Arguments

outcome

the outcome of the functions Obs.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 <- Obs.link(Norfolk, diversity = 'TD', datatype = "abundance", nboot = 10)
ggObs.link(out1)
## Ex.2
data(puerto.rico)
out2 <- Obs.link(puerto.rico$data, diversity = 'PD', datatype = "abundance",
nboot = 10, row.tree = puerto.rico$row.tree, col.tree = puerto.rico$col.tree)
ggObs.link(out2)

## End(Not run)

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