powered by
It plots the re-organized incidence matrix and/or the estimated Gussian densities.
# S3 method for olbm plot(x, type = "hist", ...)
The "olbm" object output of the function olbm.
A string specifying the type of plot to be produced. The currently supported values are "hist" and "incidence".
Additional parameters to pass to sub-functions.
# NOT RUN { data(olbm_dat) res <- olbm(olbm_dat$Y, Q=3, L=2) plot(res, "hist") plot(res, "incidence") # }
Run the code above in your browser using DataLab