View source: R/plot_sizer_map.R
plot_sizer_map | R Documentation |
Plots SiZer map from the test results of the multiscale testing procedure.
plot_sizer_map(
u_grid,
h_grid,
test_results,
plot_title = NA,
greyscale = FALSE,
...
)
u_grid |
Vector of location points in the unit interval |
h_grid |
Vector of bandwidths from |
test_results |
Matrix of test results created by
|
plot_title |
Title of the plot. Default is NA and no title is written. |
greyscale |
Whether SiZer map is plotted in grey scale. Default is FALSE. |
... |
Any further options to be passed to the image function. |
No return value, called for plotting a SiZer map.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.