| rapt-deprecated | R Documentation |
The functions listed below are deprecated and will be defunct in
the near future. When possible, alternative functions with similar
functionality are also mentioned. Help pages for deprecated functions are
available at help("-deprecated").
bcc.gen(npoint, win)
splitpp3(overPattern, num)
pb_gen(n, mean, sd)
envPlot(
tests,
percentiles = c(0.999, 0.99, 0.97),
ylim = c(-3, 3),
xlim = c(0, ceiling(max(tests[, 1]))),
ylab = expression(sqrt("K"[3] * "(r)") * " Anomaly"),
xlab = "r",
leg = TRUE,
colors = c("lightskyblue", "mediumpurple", "lightpink"),
...
)
pK3est(
perc,
pattern,
nEvals,
rmax = NULL,
nrval = 128,
correction = "trans",
anom = FALSE,
toSub = NULL,
sorted = TRUE,
cores = NULL
)
anomK3est(pattern, toSub, rmax, nrval, correction = "trans")
pG3est(
perc,
pattern,
nEvals,
rmax = NULL,
nrval = 128,
correction = "rs",
anom = FALSE,
toSub = NULL,
cores = NULL
)
anomG3est(pattern, toSub, rmax, nrval, correction = "rs")
pF3est(
perc,
pattern,
nEvals,
rmax = NULL,
nrval = 128,
correction = "rs",
anom = FALSE,
toSub = NULL,
cores = NULL
)
anomF3est(pattern, toSub, rmax, nrval, correction = "rs")
## S3 method for class 'pp3'
intensity(X, weights = NULL)
bcc.genFor bcc.gen, use lattice
splitpp3For splitpp3, use split.ppx
pb_genFor pb_gen, use rgblur
envPlotFor envPlot, use plot.envelope
pK3estFor pK3est, use pEnvelope
anomK3estFor anomK3est, use pEnvelope
pG3estFor pG3est, use pEnvelope
anomG3estFor anomG3est, use pEnvelope
pF3estFor pF3est, use pEnvelope
anomF3estFor anomF3est, use pEnvelope
intensity.pp3For intensity.pp3, use intensity.ppx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.