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, n = 512, ...)distributionalbotev()densityKDEs, i.e. a list containing the
following items:kdes: a named list with objects of class KDEfrom: the beginning of the common time scaleto: the end of the common time scalethemax: the maximum probability density of all the KDEspch: the plot symbol to be used by plot.KDEsxlabel: 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