draw_plot: Plot waveheight data

Description Usage Arguments Value

View source: R/graphics.R

Description

Plot waveheight data

Usage

1
2
3
4
5
6
7
draw_plot(
  x = mbar_to_elevation(),
  main = "Wave Height",
  xlabel = "Date",
  ylabel = "Surface Elevation (m)",
  ...
)

Arguments

x

tibble of wavelogger data

main

character, title

xlabel

character, title of xaxis

ylabel

character, title of yaxis

...

further arguments passed to theme

Value

ggplot2 object


rfrancolini/wavelog documentation built on Dec. 22, 2021, 3:08 p.m.