tcplggplotCompare | R Documentation |
tcplggplotCompare
tcplggplotCompare(
dat,
compare.dat,
lvl = 5,
verbose = FALSE,
flags = FALSE,
yrange = c(NA, NA)
)
dat |
data table with all required conc/resp data |
compare.dat |
data table with all required conc/resp data for comparison overlay |
lvl |
integer level of data that should be plotted level 2 - for 'sc' plotting level 5 - for 'mc' plotting, all fit models and winning model with hitcall |
verbose |
boolean should plotting include table of values next to the plot |
flags |
boolean should plotting include level 6 flags in plot caption |
yrange |
Integer of length 2, for overriding the y-axis range, c(<min>,<max>). By default, c(NA,NA). |
A ggplot object or grob with accompanied table depending on verbose option
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.