hutch_visualise | R Documentation |
Creates a plot visualising computations for Hutchinson & Knopoff's model.
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",
...
)
x |
Passed to |
cbw_cut_off |
Passed to |
a |
Passed to |
b |
Passed to |
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 |
theme |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.