refdb_plot_seqlen_hist {refdb} | R Documentation |
Plot an histogram of sequence lengths
Description
Plot an histogram of sequence lengths
Usage
refdb_plot_seqlen_hist(x, remove_gaps = TRUE)
Arguments
x |
a reference database |
remove_gaps |
a logical (default |
Value
A ggplot object. This means the plot can be further customized using ggplot2 compatible functions.
Examples
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb"))
lib <- refdb_set_fields_BOLD(lib)
refdb_plot_seqlen_hist(lib)
[Package refdb version 0.1.1 Index]