PlotTaxHist: Plot Percent-identity, factored on taxonomic strings of a pro...

Description Usage Arguments Value Examples

View source: R/PlotTaxHist.R

Description

Plot Percent-identity, factored on taxonomic strings of a pro df

Usage

1
PlotTaxHist(pro.pident, pro.tax, rank = NA)

Arguments

pro.pident

numeric, pident column from pro.df

pro.tax

character, tax column from pro.df (use: get.tax)

rank

character, string of tax-rank to label graph

Value

A histogram as a ggplot2 object

Examples

1
2
3
4
5
data("waxsys.pro.df")

taxHist <- PlotTaxHist(pro.pident = waxsys.pro.df$pident,
                       pro.tax    = waxsys.pro.df$tfam,
                       rank       = "family")

palmid documentation built on Oct. 15, 2021, 9:06 a.m.