Description Usage Arguments Value
Plot PAR data as line plot
1 2 3 4 5 6 7 8 | draw_plot(
x = read_parXtreem(),
main = "PAR",
xlabel = "Date",
ylabel = "PAR (umols / m squared / second)",
facet = NULL,
...
)
|
x |
tibble of parXtreem data |
main |
character, title |
xlabel |
character, title of xaxis |
ylabel |
character, title of yaxis |
facet |
character, name of the column to facet upon (like "Site") or NULL to skip |
... |
further arguments passed to |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.