R/plot_ldistr.R

Defines functions plot_ldistr

Documented in plot_ldistr

plot_ldistr <- function(x,...)
{


layout(matrix(1:length(x$QUAD),nrow=1))

for(i in 1:length(x$QUAD))
{
  
plot(x$QUAD[[i]]$nodes,x$QUAD[[i]]$weights, type="h",xlab="Quadrature points", ylab="", main=paste("Group",names(x$ZLpar)[i]), ...)

}


}

Try the mcIRT package in your browser

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

mcIRT documentation built on May 29, 2017, 9:33 p.m.