wavespec_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
8
wavespec_plot(
  x = wave_stats(),
  main = "Significant Wave Height",
  xlabel = "Date",
  ylabel = "Significant Wave Height (m)",
  facet = NULL,
  ...
)

Arguments

x

tibble of wave stats data

main

character, title

xlabel

character, title of xaxis

ylabel

character, title of yaxis

facet

character, name of the column to facet upon (like "Site") or NULL to skip

...

further arguments passed to theme

Value

ggplot2 object


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