| refdb_plot_seqlen_hist | R Documentation | 
Plot an histogram of sequence lengths
refdb_plot_seqlen_hist(x, remove_gaps = TRUE)
x | 
 a reference database  | 
remove_gaps | 
 a logical (default   | 
A ggplot object. This means the plot can be further customized using ggplot2 compatible functions.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb"))
lib <- refdb_set_fields_BOLD(lib)
refdb_plot_seqlen_hist(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.