R/plot.MICsplines.R

Defines functions plot.MICsplines

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

Try the MICsplines package in your browser

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

MICsplines documentation built on Sept. 7, 2021, 5:09 p.m.