PlotTaxHist | R Documentation |
Plot Percent-identity, factored on taxonomic strings of a pro df
PlotTaxHist(pro.pident, pro.tax, rank = NA)
pro.pident |
numeric, pident column from pro.df |
pro.tax |
character, tax column from pro.df (use: get.palmTax) |
rank |
character, string of tax-rank to label graph |
A histogram as a ggplot2 object
data("waxsys.pro.df")
taxHist <- PlotTaxHist(pro.pident = waxsys.pro.df$pident,
pro.tax = waxsys.pro.df$tfam,
rank = "family")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.