Description Usage Arguments References See Also Examples
Plot methods for kernel objects.
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)
|
dk, ck |
A kernel object. |
cdf |
Logical, if true, plot the CDF. |
... |
Other arguments, for plot_dpd or plot_cpd. |
Refer to the vignette for an overview, references and better examples.
Kernels
plot_kernel_array
plot_dpd, plot_cpd
1 2 3 4 | dk <- discretized.kernel (7)
plot (dk)
plot (BIWEIGHT.CKERNEL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.