Learn R Programming

probhat (version 0.4.1)

53_pairwise_kernel_arrays: Pairwise Kernel Arrays

Description

Plots of pairwise kernel arrays.

Usage

list.ckernels ()

plot_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 plot_kernel_array function plot pairs of kernels, for comparison purposes.

References

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

See Also

Kernels

ph.plotf.DKernel, ph.plotf.CKernel

Examples

Run this code
# NOT RUN {
plot_kernel_array ()
# }

Run the code above in your browser using DataLab