draw_line_plot: Plot temperature data as line plot, can facet to multiple...

View source: R/graphics.R

draw_line_plotR Documentation

Plot temperature data as line plot, can facet to multiple sites

Description

Plot temperature data as line plot, can facet to multiple sites

Usage

draw_line_plot(
  x = example_ridge_data(),
  main = "Temperature at Depth",
  xlabel = "Date",
  ylabel = "Temperature (degrees C)",
  ordered = NULL,
  facet = NULL,
  ...
)

Arguments

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 theme

Value

ggplot2 object


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