diff options
Diffstat (limited to 'CakeInit.R')
-rw-r--r-- | CakeInit.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ options(error=recover) options(warn=-1) # When running from C#, this must match the C# CAKE version -CAKE.version<-"3.2" +CAKE.version<-"3.3" # The number of data points to use to draw lines on CAKE plots. CAKE.plots.resolution<-401 |