KDEsdistributional into an object of
class KDEs for further processing by the
summaryplot function.KDEs(x, from = NA, to = NA, bw = NA, samebandwidth = TRUE,
adaptive = TRUE, pch = NA, normalise = FALSE, log = FALSE, ...)distributionalbotev()densityKDEs, i.e. a list containing the
following items:kdes: a named list with objects of class KDE
from: the beginning of the common time scale
to: the end of the common time scale
themax: the maximum probability density of all the KDEs
pch: the plot symbol to be used by plot.KDEs
xlabel: the x-axis label to be used by plot.KDEs
data(Namib)
KDEs <- KDEs(Namib$DZ,0,3000,pch=NA)
summaryplot(KDEs,ncol=3)Run the code above in your browser using DataLab