~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/plots/barplot.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
Creates a bar plot with vertical bars.
 
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">Select a data matrix, a vector or a factor to be plotted.</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="barplot_embed" title="Barplot Options">Since these settings are reused in further plugins, they are documented on a page of their own: See <link href="rkward://component/barplot_embed"/>.</setting>
 
18
        </settings>
 
19
        <related>
 
20
                <ul>
 
21
                        <li><link href="rkward://component/barplot_embed"/></li>
 
22
                        <li><link href="rkward://rhelp/barplot"/></li>
 
23
                        <li><link href="rkward://rhelp/table"/></li>
 
24
                </ul>
 
25
        </related>
 
26
</document>