plot_2d_specta: Plot a wave density 2D spectrum

View source: R/specta_data_ploting.R

plot_2d_spectaR Documentation

Plot a wave density 2D spectrum

Description

Plot a wave density 2D spectrum

Usage

plot_2d_specta(
  spec,
  time = 1L,
  normalize = TRUE,
  trim = 0.01,
  cut_off = 0.4,
  ...
)

Arguments

spec

the spectral data, as an output from get_2Dspectrum

time

the time to plot. Either an integer or the date.

normalize

Should the spectrum be normalized to have maximum 1 before plotting

trim

removes the values of the spectral density lower than this value

cut_off

cut-off frequency above which the spectrum is not plotted

...

currently unused

Value

a ggplot object

Examples

plot_2d_specta(resourcecodedata::rscd_2d_spectra, 1)

resourcecode documentation built on Nov. 10, 2025, 5:06 p.m.