####################################
#discrete kernel smoothing models
#(call plot_dpd)
####################################
# S3 method for dksuv
plot(x, data=FALSE, …, freq)####################################
#continuous kernel smoothing models
#(call plot_cpd, plot_cpd_bv or plot_cpd_tv)
####################################
# S3 method for cksuv
plot(x, data=FALSE, …)
# S3 method for cksmv
plot(x, in3d=FALSE, data=FALSE, …)
# S3 method for cksc
plot(x, …)
# S3 method for cksmvc
plot(x, in3d=FALSE, data=FALSE, …)
####################################
#categorical models
#(call plot_dpd)
####################################
# S3 method for catuv
plot(x, …, combine, freq, space)
####################################
#empirical-like models
#(call plot_cpd)
####################################
# S3 method for eluv
plot(x, data=FALSE, …)
####################################
#all continuous univariate models
####################################
# S3 method for cpduv
lines(x, …)