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