plot_mdb | R Documentation |
Generic for plot_mdb methods
plot_mdb(x)
x |
An object of the class one_rank or the class all_ranks. |
A generic with methods that plot taxonbridge
data types (one_rank
and all_ranks
). These
data types are created by using the methods prepare_rank_dist()
or prepare_comparable_rank_dist()
.
A ggplot2
derived plot
plot_mdb(prepare_rank_dist(load_sample(), NCBI = TRUE, GBIF = TRUE))
plot_mdb(prepare_comparable_rank_dist(load_sample()))
plot_mdb(prepare_rank_dist(get_status(load_sample(),status = "synonym"), NCBI = TRUE))
plot_mdb(prepare_comparable_rank_dist(get_validity(get_status(load_sample()), valid = TRUE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.