tcplPlotValidate | R Documentation |
tcplPlotValidate
tcplPlotValidate(
dat = NULL,
type = "mc",
compare = "m4id",
by = NULL,
flags = NULL,
output = c("ggplot", "console", "pdf", "png", "jpg", "svg", "tiff"),
multi = NULL,
verbose = FALSE
)
dat |
data.table containing plot-prepared data |
type |
string of mc or sc indicating if it is single or multi conc |
compare |
Character vector, the field(s) to join samples on to create comparison plots |
by |
Parameter to divide files into e.g. "aeid". |
flags |
bool - should we return flags |
output |
how should the plot be formatted |
multi |
are there multiple plots |
verbose |
should the plot return a table with parameters |
a list of validated parameters for plotting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.