kde(x, ...)
"kde"(x, from = NA, to = NA, bw = NA, adaptive = TRUE, log = FALSE, n = 512, plot = TRUE, pch = NA, xlab = "age [Ma]", ylab = "", kde.col = rgb(1, 0, 1, 0.6), hist.col = rgb(0, 1, 0, 0.2), show.hist = TRUE, bty = "n", binwidth = NA, ncol = NA, ...)
"kde"(x, from = NA, to = NA, bw = NA, adaptive = TRUE, log = FALSE, n = 512, plot = TRUE, pch = NA, xlab = "age [Ma]", ylab = "", kde.col = rgb(1, 0, 1, 0.6), hist.col = rgb(0, 1, 0, 0.2), show.hist = TRUE, bty = "n", binwidth = NA, ncol = NA, type = 4, cutoff.76 = 1100, cutoff.disc = c(-15, 5), ...)
"kde"(x, from = NA, to = NA, bw = NA, adaptive = TRUE, log = FALSE, n = 512, plot = TRUE, pch = NA, xlab = "age [Ma]", ylab = "", kde.col = rgb(1, 0, 1, 0.6), hist.col = rgb(0, 1, 0, 0.2), show.hist = TRUE, bty = "n", binwidth = NA, ncol = NA, samebandwidth = TRUE, normalise = TRUE, ...)UPb or
detritaldensitybotev()pch = NA to turn them off.r, g, b, alpha values"o", "l", "7",
"c", "u", or "]" if you want to draw a box
around the plotx$log==FALSE, or as a fractional value if
x$log==TRUE. Sturges' Rule is used if
binwidth==NAx is of class detritals.type=4.cutoff.disc=NA if you do not want to use this filter.plot==TRUE, returns an object of class KDE, i.e. a
list containing the following items:KDE functionclass(x)=='detritals', an object of class
KDEs, i.e. a list containing the following items:KDEplot.KDEsdata(examples)
kde(examples$DZ[['N1']],kernel="epanechnikov")
kde(examples$DZ,from=0,to=3000)
Run the code above in your browser using DataLab