diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-18 11:18:07 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-18 11:18:07 +0200 |
commit | 3d6b4b4b8293a4a4ab6f06805e1380600373796c (patch) | |
tree | 4ec4dd041427b0154684122f5ae2101c7385f5e2 /CakeIrlsPlot.R | |
parent | be6d42ef636e8e1c9fdcfa6f8738ee10e885d75b (diff) |
Version 2.0v2.0
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, ...) } |