draw_scatter_plot | R Documentation |
Plot temperature data as scatter plot with trendline
draw_scatter_plot( x = read_hobotemp(), main = "Temperature at Depth", xlabel = "Date", ylabel = "Temperature (degrees C)", alpha = 0.2, facet = NULL, ... )
x |
tibble of hobotemp data |
main |
character, title |
xlabel |
character, title of xaxis |
ylabel |
character, title of yaxis |
alpha |
numeric, 0.1 default |
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.