get_plot_title {tcpl} | R Documentation |
get_plot_title Generate plot title given number of rows and length of unique elements
Description
get_plot_title Generate plot title given number of rows and length of unique elements
Usage
get_plot_title(dat = NULL, type = "mc", compare = "m4id", verbose = TRUE)
Arguments
dat |
data table with all required conc/resp data; each row will extend comparison |
type |
string of mc or sc indicating if it is single or multi conc |
compare |
Character vector, the field(s) samples were joined on for comparison |
verbose |
bool if hitc should be included in the title |
Value
a string title for the individual plot
[Package tcpl version 3.3.0 Index]