plot_raw | R Documentation |
The function produces a polygon plot and optionally overlays a bar plot of the raw input data.
plot_raw(
series = NULL,
proxy = NULL,
my_col = "grey",
bars = FALSE,
y_lim = NULL,
x_lab = NULL,
y_lab = NULL,
main = NULL,
...
)
series |
The input data frame. A matrix with the following columns:
|
proxy |
a character string with the name of the selected variable. By
default (i.e. |
my_col |
a character string defining the color for the polygon. |
bars |
logical. By default |
y_lim |
a numeric vector of length 2, giving the y coordinates range. |
x_lab |
Optional. A character string specifying the units of the age
scale. By default |
y_lab |
Optional. A character string specifying the y-axis label. |
main |
Optional. A character string specifying the main plot title. |
... |
... |
A plot.
Walter Finsinger
co <- tapas::co_char_data
tapas::plot_raw(co)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.