plot.blm: Plot a blm object

Description Usage Arguments

View source: R/methods_blm.R

Description

Plot a blm object

Usage

1
2
3
## S3 method for class 'blm'
plot(x, type = c("history", "autocorrelation", "density",
  "nullmodel"), ...)

Arguments

x

blm object

type

one of 'history' (trace plot), 'autocorrelation', 'density' or 'nullmodel'. The latter option plots all plots on one grid for the intercept-only model if it is computed. See also compute_null_model()

...

other options passed for specific plots. Accepted arguments are:

chain

Integer >= 1 specifying which chain to use for autocorrelation plot. If not chosen, chain 1 is automatically used.


JasperHG90/blm documentation built on Sept. 4, 2019, 11:16 a.m.