diff options
Diffstat (limited to 'CakeIrlsPlot.R')
-rw-r--r-- | CakeIrlsPlot.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CakeIrlsPlot.R b/CakeIrlsPlot.R index 2de8910..5a7992f 100644 --- a/CakeIrlsPlot.R +++ b/CakeIrlsPlot.R @@ -1,4 +1,4 @@ -#$Id: CakeIrlsPlot.R 216 2011-07-05 14:35:03Z nelr $ +#$Id$ # Generates fitted curves so the GUI can plot them # Author: Rob Nelson (Tessella) # Tessella Project Reference: 6245 @@ -20,6 +20,6 @@ CakeIrlsPlot <- function(fit, xlim = range(fit$data$time), ...) { - CakeOlsPlot(fit, xlim, ...) + CakePlotInit(fit, xlim, ...) } |