View source: R/nm.compare.plot.r
| nm.compare.plot | R Documentation | 
Create a runrecord like GOF plot of selected runs
nm.compare.plot(
  runs,
  path = getOption("nmDir"),
  keep.cols = c("ID", "DV", "CWRES", "PRED", "IPRED", "TIME", "EVID"),
  alias = list(DV = "CONC", TIME = "TAFD"),
  dot.size = 1,
  text.size = 1,
  log = FALSE
)
runs | 
 character vector with rootname runs like   | 
path | 
 directory where   | 
keep.cols | 
 needs at the minimum   | 
alias | 
 a named list to rename DV and TIME variables, in case in   | 
dot.size | 
 scalar for GOF plot dots  | 
text.size | 
 scalar for text size in strip labels  | 
log | 
 a logical indicating if the GOF plots need to be logged  | 
A plot
nm.compare.plot(runs = c("example1","example2")
, path =getOption("qpExampleDir")
, alias = list(DV = "CONC",TIME = "TIME")
, keep.cols = c('ID','DV','CWRES','PRED','IPRED','TIME','EVID')
, text.size = 0.6
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.