Learn R Programming

probhat (version 0.3.1)

34_kernel_plot_methods: Kernel Plot Methods

Description

Plot methods for kernel objects.

Usage

####################################
#discrete kernels
#(call plot_dpd)
####################################
# S3 method for dkernel
plot(x, …, cdf=FALSE)

#################################### #continuous kernels #(call plot_cpd) #################################### # S3 method for ckernel plot(x, …, cdf=FALSE)

Arguments

x

A kernel object. Refer to the references and see also sections.

cdf

Logical, if true, plot the CDF.

Other arguments, for plot_dpd or plot_cpd.

References

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

See Also

Discrete Kernels, Continuous Kernels

kernel.array

plot_dpd, plot_cpd

Examples

Run this code
# NOT RUN {
plot (biweight.ckernel () )
# }

Run the code above in your browser using DataLab