R/plot.immer_HRM.R

Defines functions plot.immer_hrm

Documented in plot.immer_hrm

## File Name: plot.immer_hrm.R
## File Version: 0.081

plot.immer_hrm <- function( x, ... )
{
    class(x) <- 'mcmc.sirt'
    graphics::plot( x, ... )
}
alexanderrobitzsch/immer documentation built on March 27, 2024, 5:48 a.m.