42_kernel_plot_methods: Kernel Plot Methods

Description Usage Arguments References See Also Examples

Description

Plot methods for kernel objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
####################################
#discrete kernels
#(call plot_dpd)
####################################
## S3 method for class 'DKernel'
ph.plotf(dk, ..., cdf=FALSE)

####################################
#continuous kernels
#(call plot_cpd)
####################################
## S3 method for class 'CKernel'
ph.plotf(ck, ..., cdf=FALSE)

Arguments

dk, ck

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

Kernels

plot_kernel_array

plot_dpd, plot_cpd

Examples

1
2
3
4
dk <- discretized.kernel (7)
plot (dk)

plot (BIWEIGHT.CKERNEL)

probhat documentation built on May 12, 2021, 5:08 p.m.