Description Usage Arguments Details Value Author(s) See Also Examples
Produce a stock type plot
1 2 |
mid |
a vector of mid points for the bars, usually mean values |
low |
a vector of low points for the bars, usually minimum values |
high |
a vector of high points for the bars, usually maximum values |
ref.line |
the position on the y-axis to draw a horizontal line. If is set to |
xlabels |
a vector of alternate labels for the bars |
ticks |
an integer indicating the number of tick marks. Default is 20 |
mid.pch |
a number or character indicating the symbol to be used for mid points. Default is a filled circle |
lim.pch |
a number or character indicating the symbol to be used for end points. Default is a filled square |
graph.scale |
can be either a logical or a vector with the axis limits. If |
ylim |
limits for the y-axis scale. If omitted it is computed from values |
... |
further options for |
This function implements a stock type plot. Often used to represent stock prices closure, it can indicate the average value at the centre of a bar and minimum and maximum values at the ends of the bar. This plot is very useful to represent statistics and their confidence intervals in a convenient way.
This function is used by plot_risk
.
This function does not return a value.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.