~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/plots/ecdf_plot.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 rkplugin>
 
2
<document>
 
3
        <summary>
 
4
                Plot an empirical cumulative distribution function.
 
5
        </summary>
 
6
        <usage>
 
7
                Select a variable to plot an ECDF for. The theoretcial normal distribution and a rug can be added to the plot.
 
8
        </usage>
 
9
        <settings>
 
10
                <caption id="tab_variables"/>
 
11
                <setting id="x">The variable to plot the ECDF</setting>
 
12
                <caption id="tab_stepfun_opts"/>
 
13
                <setting id="stepfun_options">Options to change the look of the ECDF plot itself.Refer to <link href="rkward://component/plot_stepfun_options"/> for details.</setting>
 
14
                <caption id="tab_further_opts"/>
 
15
                <setting id="th_pnorm">Should a theoretical normal distribution curve be added to the plot?</setting>
 
16
                <setting id="col_thnorm">Color of the theoretical normal distribution curve.</setting>
 
17
                <setting id="rug">Should a rug be added to the plot?</setting>
 
18
                <setting id="side">Should the rug be added above or below the plot?</setting>
 
19
                <setting id="ticksize">Height of the rug ticks</setting>
 
20
                <setting id="lwd">Line width of the rug ticks</setting>
 
21
                <setting id="col_rug">Color of the rug</setting>
 
22
                <caption id="tab_plot_opts"/>
 
23
                <setting id="plotoptions">Further generic plot options. Refer to <link href="rkward://component/plot_options"/> for details.</setting>
 
24
        </settings>
 
25
        <related>
 
26
                <ul>
 
27
                        <li><link href="rkward://component/plot_stepfun_options"/></li>
 
28
                        <li><link href="rkward://rhelp/plot.ecdf"/></li>
 
29
                        <li><link href="rkward://rhelp/pnorm"/></li>
 
30
                        <li><link href="rkward://rhelp/rug"/></li>
 
31
                </ul>
 
32
        </related>
 
33
</document>