get_plotworthy_vars: Extract variables worth making plateview plots

Description Usage Arguments Value

View source: R/plateview_plot.R

Description

Mostly just here to mask out things like wells, rows, and columns

Usage

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")
)

Arguments

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" )

Value

a character vector of variables from the input data maybe work making into a plateview plot.


taiawu/echowritr documentation built on Dec. 23, 2021, 7:42 a.m.