Description Usage Arguments Value Examples
ggObs.link
Plots q-profile based on the outcome of Obs.link
using the ggplot2 package.
1 | ggObs.link(outcome, diversity = "TD", text.size = 14)
|
outcome |
the outcome of the functions |
text.size |
control the text size of the output plot. |
a figure of estimated sample completeness with order q
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.