rapt-deprecated: Deprecated functions in package 'rapt'.

rapt-deprecatedR Documentation

Deprecated functions in package rapt.

Description

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").

Usage

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.gen

For bcc.gen, use lattice

splitpp3

For splitpp3, use split.ppx

pb_gen

For pb_gen, use rgblur

envPlot

For envPlot, use plot.envelope

pK3est

For pK3est, use pEnvelope

anomK3est

For anomK3est, use pEnvelope

pG3est

For pG3est, use pEnvelope

anomG3est

For anomG3est, use pEnvelope

pF3est

For pF3est, use pEnvelope

anomF3est

For anomF3est, use pEnvelope

intensity.pp3

For intensity.pp3, use intensity.ppx


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.