tcplggplot {tcpl} | R Documentation |
tcplggplot
Description
tcplggplot
Usage
tcplggplot(dat, lvl = 5, verbose = FALSE, flags = FALSE, yrange = c(NA, NA))
Arguments
dat |
data table with all required conc/resp data |
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). |
Value
A ggplot object or grob with accompanied table depending on verbose option
[Package tcpl version 3.2.0 Index]