Description Usage Arguments Value Examples
Just a wrapper for barplot with some tweaks added, e.g. to make bars line up with data plotted by other archSeries functions.
1 2 | aorist.plot(aorist, col = "grey", opacity = 255, lab.sp = 1,
add = FALSE, ...)
|
aorist |
The output from an aorist call, or any data table with a character or factor column called 'bin' and a numeric column called aorist. |
col |
Character: colour of bars. Defined formally here rather than passed via ... simply so that it can be combined with 'opacity'. |
opacity |
Numeric: opacity of each line. Defaults to 80. |
lab.sp |
Integer: intervals at which to place bin labels. Defaults to 1, i.e. labelling every bin. |
add |
Logical: should data be added to current plot, or should axis.setup be called to start a new plot? Defaults to FALSE. |
... |
Other graphical arguments to be passed to barplot. |
None.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.