draw_line_plot | R Documentation |
Plot temperature data as line plot, can facet to multiple sites
draw_line_plot( x = example_ridge_data(), main = "Temperature at Depth", xlabel = "Date", ylabel = "Temperature (degrees C)", ordered = NULL, facet = NULL, ... )
x |
tibble of hobotemp data |
main |
character, title |
xlabel |
character, title of xaxis |
ylabel |
character, title of yaxis |
ordered |
vector, vector of site names in order to be displayed bottom to top in legend and/or when facetted, must match site names in csv, default NULL |
facet |
character, column to facet upon, default NULL |
... |
further arguments passed to |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.