R/plot.extRC.R

Defines functions plot.extRC

Documented in plot.extRC

plot.extRC <-function(x, ...){

# preliminaries
  out = x
# plot output
  plot(out$la,out$dev,type="l",xlab="lambda",ylab="deviance")

}

Try the extRC package in your browser

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

extRC documentation built on Oct. 23, 2020, 7:07 p.m.