plot.ddhazard_space_errors {dynamichazard} | R Documentation |
Plot function for state space errors from ddhazard
fit.
## S3 method for class 'ddhazard_space_errors' plot(x, mod, cov_index = NA, t_index = NA, p_cex = par()$cex * 0.2, pch = 16, ylab = "Std. state space error", x_tick_loc = NA, x_tick_mark = NA, xlab = "Time", ...)
x |
result of |
mod |
|
cov_index |
the indices of state vector errors to plot. Default is to use all. |
t_index |
the bin indices to plot. Default is to use all bins. |
p_cex |
|
pch, ylab, xlab |
arguments to override defaults set in the function. |
x_tick_loc, x_tick_mark |
|
... |
arguments passed to |