summarize_sp_for_GD: Summarize number of species supporting gd

Description Usage Arguments

View source: R/summarize_sp_for_gd.R

Description

Summarize the number of gd supported by each species, and the number of gd supported by how much species.

Usage

1
2
3
4
5
6
7
summarize_sp_for_GD(
  phyto,
  pdf = TRUE,
  pdfwid = NULL,
  pdflen = NULL,
  plot.type = "two"
)

Arguments

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 TRUE.

pdfwid

a numeric for width of pdf file. Defaults to 5.

pdflen

optional. Length of pdf file. Defaults to NULL.

plot.type

characters to specify the type of plot. One of "two", "sp", "sp_num". Can be more than one.


Chien-Hsun/rePhylo documentation built on May 19, 2020, 3:15 a.m.