Description Usage Arguments Details References See Also Examples
Plots methods for models, excluding distribution sets.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ####################################
#discrete kernel smoothing models
#(call plot_dpd)
####################################
## S3 method for class 'dksuv'
ph.plotf(sf, data=FALSE, ...)
####################################
#continuous kernel smoothing models
#(call plot_cpd, plot_cpd_bv or plot_cpd_tv)
####################################
## S3 method for class 'cksuv'
ph.plotf(sf, data=FALSE, ...)
## S3 method for class 'cksmv'
ph.plotf(sf, in3d=FALSE, data=FALSE, ...)
## S3 method for class 'cksc'
ph.plotf(sf, ...)
## S3 method for class 'cksmvc'
ph.plotf(sf, in3d=FALSE, data=FALSE, ...)
####################################
#categorical models
#(call plot_dpd)
####################################
## S3 method for class 'catuv'
ph.plotf(sf, ...)
## S3 method for class 'catc'
ph.plotf(sf, ...)
####################################
#mixed input
####################################
## S3 method for class 'gmix'
ph.plotf(sf, ...)
## S3 method for class 'xmix'
ph.plotf(sf, ...)
####################################
#empirical-like models
#(call plot_cpd)
####################################
## S3 method for class 'eluv'
ph.plotf(sf, data=FALSE, ...)
####################################
#all continuous univariate models
####################################
## S3 method for class 'cpduv'
ph.linesf(sf, ..., xlim, n=200)
|
sf |
A probability distribution. |
in3d |
Logical, if true, create a 3D plot. |
data |
If true, include a subpanel with data bars/points. |
xlim |
Length two numeric vector, giving plot range. |
n |
Integer, number of points. |
... |
Other arguments for plot_dpd, plot_cpd, plot_cpd_bv and plot_cpd_tv. |
Refer to the vignette for more information.
Note that these methods call the functions plot_dpd, plot_cpd, plot_cpd_bv and plot_cpd_tv.
Please refer to these functions for more information.
Refer to the vignette for an overview, references and better examples.
Succinct Constructors
Discrete Kernel Smoothing, Continuous Kernel Smoothing
Categorical Distributions, Empirical-Like Distributions
plot_dpd, plot_cpd
plot_cpd_bv, plot_cpd_tv
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.