visKernels: Function to visualize neighborhood kernels

Description Usage Arguments Value Note See Also Examples

Description

visKernels is supposed to visualize a series of neighborhood kernels, each of which is a non-increasing functions of: i) the distance d_{wi} between the hexagon/rectangle i and the winner w, and ii) the radius δ_t at time t.

Usage

1
visKernels(newpage = TRUE)

Arguments

newpage

logical to indicate whether to open a new page. By default, it sets to true for opening a new page

Value

invisible

Note

There are five kernels that are currently supported:

These kernels above are displayed within a plot for each fixed radius. Three different radii (i.e., 1 and 2) are illustrated.

See Also

sTrainSeq, sTrainBatch

Examples

1
2
# visualise currently supported five kernels
visKernels()

supraHex documentation built on May 24, 2021, 3 p.m.