[Sciviews-commits] r250 - in komodo/SciViews-K: . content/js

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 3 16:05:11 CET 2010


Author: phgrosjean
Date: 2010-02-03 16:05:10 +0100 (Wed, 03 Feb 2010)
New Revision: 250

Modified:
   komodo/SciViews-K/content/js/prefs.js
   komodo/SciViews-K/sciviewsk-0.9.10-ko.xpi
Log:
New preference and mru lists for R reference toolbox

Modified: komodo/SciViews-K/content/js/prefs.js
===================================================================
--- komodo/SciViews-K/content/js/prefs.js	2010-01-24 21:35:08 UTC (rev 249)
+++ komodo/SciViews-K/content/js/prefs.js	2010-02-03 15:05:10 UTC (rev 250)
@@ -118,6 +118,9 @@
 // Should be reset to a more useful value during first use of R
 sv.prefs.setString("r.active.data.frame", "<df>", true);
 sv.prefs.setString("r.active.lm", "<lm>", true);
+sv.prefs.setString("r.active.princomp", "<princomp>", true);
+sv.prefs.setString("r.active.prcomp", "<prcomp>", true);
+sv.prefs.setString("r.active.PCA", "<PCA>", true);
 sv.prefs.mru("var", true, "");
 sv.prefs.mru("var2", true, "");
 sv.prefs.mru("x", true, "");
@@ -171,6 +174,14 @@
 // Var.equal (for t-test)
 sv.prefs.mru("var.equal", true, 'TRUE|FALSE', "|");
 
+// For multivariate stats
+sv.prefs.mru("cor", true, 'TRUE|FALSE', "|"); // princomp()
+sv.prefs.mru("loadings", true, 'TRUE|FALSE', "|");
+sv.prefs.mru("sort.loadings", true, 'TRUE|FALSE', "|");
+sv.prefs.mru("screetype", true, '"barplot"|"lines"', "|");
+sv.prefs.mru("pc.biplot", true, 'TRUE|FALSE', "|");
+sv.prefs.mru("choices", true, '1:2|2:3|c(1, 3)|c(1, 4)|c(2, 4)|c(3, 4)', "|");
+
 //// Various graph parameters //////////////////////////////////////////////////
 // Colors
 sv.prefs.mru("col", true,

Modified: komodo/SciViews-K/sciviewsk-0.9.10-ko.xpi
===================================================================
(Binary files differ)



More information about the Sciviews-commits mailing list