plot_sizer_map: Plots SiZer map from the test results of the multiscale...

View source: R/plot_sizer_map.R

plot_sizer_mapR Documentation

Plots SiZer map from the test results of the multiscale testing procedure.

Description

Plots SiZer map from the test results of the multiscale testing procedure.

Usage

plot_sizer_map(
  u_grid,
  h_grid,
  test_results,
  plot_title = NA,
  greyscale = FALSE,
  ...
)

Arguments

u_grid

Vector of location points in the unit interval [0,1].

h_grid

Vector of bandwidths from (0,0.5).

test_results

Matrix of test results created by multiscale_test.

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.

Value

No return value, called for plotting a SiZer map.


MSinference documentation built on Sept. 11, 2024, 5:38 p.m.