diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-09 10:12:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-09 10:12:16 +0100 |
commit | b9eb1b81ca3f86f284c74c0e8cdef3b86c035e74 (patch) | |
tree | f5c8106dc750167d29cea900134d572b49ad309e /CakeInit.R | |
parent | fd9ea462ba438c023e33902449429eae6d2dc28f (diff) |
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 |