Learn R Programming

probhat (version 0.3.1)

54_pairwise_kernel_arrays: Pairwise Kernel Arrays

Description

Plots of pairwise kernel arrays.

Usage

list.ckernels ()

kernel.array (ks = list.ckernels (), …, ref.line=TRUE, colors)

Arguments

ks

List of kernel objects.

ref.line

If true, add a reference line.

colors

Optional character vector of colors for each plot.

Ignored.

Details

The function list.ckernels, simply returns a list of ckernel (continuous kernel) objects.

The kernel.array function plot pairs of kernels, for comparison purposes.

References

Refer to the vignette for an overview, references and better examples.

See Also

Discrete Kernels, Continuous Kernels

plot.dkernel, plot.ckernel

Examples

Run this code
# NOT RUN {
kernel.array ()
# }

Run the code above in your browser using DataLab