Description Usage Arguments Note Author(s) References Examples
This function returns a ggplot
visualization based on the results of the extrema
function.
1 | plot_extrema(x)
|
x |
The only parameter is a 'local.extrema' S3 class object. |
The function validates that the input is the appropriate class; if it is not, the function will return NULL.
mjfii
base, ggplot2
1 2 | rv <- extrema(slv, 5)
plot_extrema(rv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.