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