Description Usage Arguments Value Examples
Plot Percent-identity, factored on taxonomic strings of a pro df
1 | 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.tax) |
rank |
character, string of tax-rank to label graph |
A histogram as a ggplot2 object
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.