summaryrefslogtreecommitdiff
path: root/CakeIrlsPlot.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-10-18 11:18:07 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-10-18 11:18:07 +0200
commit3d6b4b4b8293a4a4ab6f06805e1380600373796c (patch)
tree4ec4dd041427b0154684122f5ae2101c7385f5e2 /CakeIrlsPlot.R
parentbe6d42ef636e8e1c9fdcfa6f8738ee10e885d75b (diff)
Version 2.0v2.0
Diffstat (limited to 'CakeIrlsPlot.R')
-rw-r--r--CakeIrlsPlot.R4
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, ...)
}

Contact - Imprint