Description Usage Arguments Value
View source: R/plateview_plot.R
Mostly just here to mask out things like wells, rows, and columns
1 2 3 4 5 | get_plotworthy_vars(
data,
drop_vars = c("Destination Well", "Source Well", "well", "Well", "row", "column",
"mother_vol", "rounded_up_perc", "mother_conc")
)
|
data |
layout tibble |
drop_vars |
vector of variables not worth plotting. Defaults to: c("Destination Well","Source Well","well","Well","row","column","mother_vol","rounded_up_perc","mother_conc" ) |
a character vector of variables from the input data maybe work making into a plateview plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.