R/plot.drFit.R

Defines functions plot.drFit

Documented in plot.drFit

plot.drFit <-
function(x, ...)
{
# x an object of class drFit

n <- length(x$drFittedSplines)

# /// plot all drFitSpline objects
for (i in 1:n){
#x11()
try(plot(x$drFittedSplines[[i]]))
title(as.character(x$drFittedSplines[[i]]$drID))
}

}

Try the grofit package in your browser

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

grofit documentation built on May 30, 2017, 4:08 a.m.