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,
...
)No return value, called for plotting a SiZer map.
Vector of location points in the unit interval \([0,1]\).
Vector of bandwidths from \((0,0.5)\).
Matrix of test results created by
multiscale_test.
Title of the plot. Default is NA and no title is written.
Whether SiZer map is plotted in grey scale. Default is FALSE.
Any further options to be passed to the image function.