hutch_visualise: Visualise

View source: R/model-dycon.R

hutch_visualiseR Documentation

Visualise

Description

Creates a plot visualising computations for Hutchinson & Knopoff's model.

Usage

hutch_visualise(
  x,
  cbw_cut_off = 1.2,
  a = 0.25,
  b = 2,
  label = "Roughness",
  amplitude_breaks = c(0, 1),
  colour_limits = c(0, 3),
  colour_low = "darkblue",
  colour_high = "red",
  ...
)

Arguments

x

Passed to roughness_hutch.

cbw_cut_off

Passed to roughness_hutch.

a

Passed to roughness_hutch.

b

Passed to roughness_hutch.

label

(Character scalar) x-axis label.

amplitude_breaks

Numeric vector of tick locations for the y-axis.

colour_limits

Defines the limits of the roughness scale.

colour_low

Colour to use for the lowest roughness.

colour_high

Colour to use for the highest roughness.

...

Passed to sparse_fr_spectrum.

theme

ggplot theme to use.


pmcharrison/incon documentation built on Feb. 12, 2024, 3:18 a.m.