hutch_visualise: Visualise

Description Usage Arguments

View source: R/hutch.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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",
  theme = hutch_visualise_theme,
  ...
)

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.

theme

ggplot theme to use.

...

Passed to sparse_fr_spectrum.


pmcharrison/dycon documentation built on June 28, 2021, 4:46 p.m.