View source: R/summarize_sp_for_gd.R
Summarize the number of gd supported by each species, and the number of gd supported by how much species.
1 2 3 4 5 6 7 | summarize_sp_for_GD(
phyto,
pdf = TRUE,
pdfwid = NULL,
pdflen = NULL,
plot.type = "two"
)
|
phyto |
a data.frame of gd table of a specific phyto node. |
pdf |
a logical specifying whether to export plots into pdf files.
Defaults to |
pdfwid |
a numeric for width of pdf file. Defaults to 5. |
pdflen |
optional. Length of pdf file. Defaults to |
plot.type |
characters to specify the type of plot. One of "two", "sp", "sp_num". Can be more than one. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.