jbplot_stdresiduals: JABBA standardized residual plot

View source: R/jabba_plots.R

jbplot_stdresidualsR Documentation

JABBA standardized residual plot

Description

plots standardized residuals for all indices as boxplot with a loess showing systematic trends

Usage

jbplot_stdresiduals(
  jabba,
  output.dir = getwd(),
  as.png = FALSE,
  add = FALSE,
  width = 5,
  height = 3.5,
  cols = NULL,
  verbose = TRUE
)

Arguments

jabba

output list from fit_jabba

output.dir

directory to save plots

as.png

save as png file of TRUE

add

if true don't call par() to allow construction of multiplots

width

plot width

height

plot hight

cols

option to add colour palette

verbose

silent option


jabbamodel/JABBA documentation built on Nov. 2, 2024, 12:50 p.m.