Skip to contents

Plot a spliced empirical / power-law climate spectrum

Usage

PlotModelSpectrum(model.spec)

Arguments

model.spec

Output from ModelSpectrum

Examples

clim.spec <- ModelSpectrum(
  freq = NULL,
  latitude = 20,
  variable = "temperature",
   beta = 1)

PlotModelSpectrum(clim.spec)
#> Warning: All aesthetics have length 1, but the data has 500 rows.
#>  Did you mean to use `annotate()`?