ksmooth-class {monoProc} | R Documentation |
S4-Class for the value of the ksmooth
function
Objects can be created by calls of the form new("ksmooth", ...)
. This class is the value of the function ksmooth
transfered to a S4-Class.
x
:"numeric"
. x-values of the smoothed fit in increasing order.y
:"numeric"
. The corresponding fitted y-values of the Nadaraya-Watson estimator.call
:"call"
. The call of the function ksmooth
for this object.signature(x = "ksmooth")
: line method to plot this class.signature(x = "ksmooth", y = "missing")
: plot method for this class.