draw_scatter_plot: Plot temperature data as scatter plot with trendline

View source: R/graphics.R

draw_scatter_plotR Documentation

Plot temperature data as scatter plot with trendline

Description

Plot temperature data as scatter plot with trendline

Usage

draw_scatter_plot(
  x = read_hobotemp(),
  main = "Temperature at Depth",
  xlabel = "Date",
  ylabel = "Temperature (degrees C)",
  alpha = 0.2,
  facet = NULL,
  ...
)

Arguments

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 theme

Value

ggplot2 object


rfrancolini/hobotemp documentation built on June 24, 2022, 9:43 a.m.