R/plot.MICsplines.R

plot.MICsplines <-
function(x, ...)
{
  mat=x$mat
  xvec=x$x
  matplot(xvec[order(xvec)],mat[order(xvec),],type="l",xlab="",ylab="",main=paste(x$type,"Splines Basis"))
  
}

Try the SPREDA package in your browser

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

SPREDA documentation built on May 2, 2019, 4 p.m.