powered by
plot One-Step-Ahead (prediction) residuals from a foieGras osar object
foieGras osar
# S3 method for fG_osar plot( x, type = c("ts", "qqnorm", "acf"), pages = 1, ncol = 1, ask = TRUE, pal = "Zissou1", ... )
a foieGras osar object with class fG_osar
fG_osar
type of residual plot to generate; time-series (ts), qqnorm (qq; default) or acf (note: hist is deprecated)
plots of all individuals on a single page (pages = 1; default) or each individual on a separate page (pages = 0)
number of columns to use for faceting. Default is ncol = 2 but this may be increased for multi-individual fit objects
logical; if TRUE (default) user is asked for input before each plot is rendered. set to FALSE to return ggplot objects
hcl.colors colour palette to use (default = "Zissou1"; type hcl.pals() for options)
hcl.colors
hcl.pals()
additional arguments to be ignored
# NOT RUN { ## load example osar output (to save time) data(xs) dres <- osar(xs[1, ]) # only use first seal to save time plot(dres, type = "qq") # }
Run the code above in your browser using DataLab