View source: R/plots_comparison.R
plot_primer.comparison.box | R Documentation |
Constructs a box plot showing constraint values for each primer set.
plot_primer.comparison.box(
primer.data,
con.identifier,
con.cols,
boundaries,
y.limits = NULL,
show.points = TRUE,
highlight.set = NULL,
nfacets = NULL
)
primer.data |
List with primer data frames. |
con.identifier |
Identifier of constraint to be plotted. |
con.cols |
Column names with the constraint values in the primer data frames. |
boundaries |
List with constraint settings. |
y.limits |
Limits for the extent of the y-axis. |
show.points |
If |
highlight.set |
The identifier of a primer set to highlight in the plot. |
nfacets |
A numeric providing the number of facet columns to show.
By default |
A boxplot for primer comparison.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.