R/plot.immer_hrm.R

Defines functions plot.immer_hrm

Documented in plot.immer_hrm

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

plot.immer_hrm <- function( x, ... ){
    class(x) <- "mcmc.sirt"
    graphics::plot( x, ... )
}

Try the immer package in your browser

Any scripts or data that you put into this service are public.

immer documentation built on Aug. 22, 2022, 5:05 p.m.