~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/plots/dotchart.rkh

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2008-04-20 21:30:00 UTC
  • mfrom: (1.2.2 upstream) (3.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420213000-fs4i8efmfc793bnn
new upstream release
closes: #475175
closes: #463348
closes: #475982

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE rkhelp>
 
2
<document>
 
3
        <summary>
 
4
Draw a dot chart
 
5
        </summary>
 
6
 
 
7
        <usage>
 
8
Choose a matrix, vector or a factor to be plotted. Further options are available on the second tab.
 
9
        </usage>
 
10
 
 
11
        <settings>
 
12
                <caption id="tab_variables"/>
 
13
                <setting id="x">Matrix, vector or a factor. Data needs to be numeric unless the tabulate option is checked, below.</setting>
 
14
                <setting id="tabulate">Use tabulate option mainly for factor variables or wherever else applicable.</setting>
 
15
                <setting id="names_mode">Method for assigning labels to the plot. "default" means, the labels are chosen automatically. If no labels are available, this will generally print the values. The other options allow you to specify the labels as literal string, or as an R statement (e.g. if the names are stored in a different variable in the workspace).</setting>
 
16
                <caption id="tab_options"/>
 
17
                <setting id="plotoptions">Generic plot options. See <link href="rkward://component/plot_options"/>.</setting>   
 
18
        </settings>
 
19
        <related>
 
20
                <ul>
 
21
                        <li><link href="rkward://component/barplot"/></li>
 
22
                        <li><link href="rkward://component/plot_options"/></li>
 
23
                        <li><link href="rkward://rhelp/dotchart"/></li>
 
24
                        <li><link href="rkward://rhelp/table"/></li>
 
25
                </ul>
 
26
        </related>
 
27
</document>