[rkward-cvs] SF.net SVN: rkward:[3762] trunk/rkward/rkward/plugins/data/ limit_vector_length.rkh
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Mon Sep 12 19:10:44 UTC 2011
Revision: 3762
http://rkward.svn.sourceforge.net/rkward/?rev=3762&view=rev
Author: sjar
Date: 2011-09-12 19:10:44 +0000 (Mon, 12 Sep 2011)
Log Message:
-----------
some spelling
Modified Paths:
--------------
trunk/rkward/rkward/plugins/data/limit_vector_length.rkh
Modified: trunk/rkward/rkward/plugins/data/limit_vector_length.rkh
===================================================================
--- trunk/rkward/rkward/plugins/data/limit_vector_length.rkh 2011-09-12 17:26:47 UTC (rev 3761)
+++ trunk/rkward/rkward/plugins/data/limit_vector_length.rkh 2011-09-12 19:10:44 UTC (rev 3762)
@@ -1,7 +1,7 @@
<!DOCTYPE rkhelp>
<document>
<summary>
- Generic plugin to limit a single numeric vector to the n largest / smallest values. This plugin is designed to be embeded into other plugins.
+ Generic plugin to limit a single numeric vector to the n largest / smallest values. This plugin is designed to be embedded into other plugins.
</summary>
<usage>
@@ -9,11 +9,11 @@
</usage>
<settings>
- <setting id="cutoff">Maximum number of regular groups to display. One additonal group "others" will be displayed, if appropriate.</setting>
+ <setting id="cutoff">Maximum number of regular groups to display. One additional group "others" will be displayed, if appropriate.</setting>
<setting id="sorting">Should the largest or the lowest values be kept? For most purposes, you will want to keep the largest values.</setting>
<setting id="include_others">Should a category be added for the remaining value (those which have been cut off)? Note: This will always be appended to the end of the vector.</setting>
<setting id="others_statistic">Statistic to use for summarizing the cut off values.</setting>
<setting id="custom_stat">If you chose to use a custom statistic for summarizing the cut off values, specify it, here, as a function of <em>x</em>.</setting>
- <setting id="others_label">Label to use for the "others" category. Note: If your data is not labelled, emptying this field will sometimes be preferrable.</setting>
+ <setting id="others_label">Label to use for the "others" category. Note: If your data is not labeled, emptying this field will sometimes be preferable.</setting>
</settings>
</document>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list