View source: R/rapt_envelopes.R
| pRlabel | R Documentation |
Randomly allocates marks to a point pattern, or permutes the existing marks, or resamples from the existing marks.
pRlabel(cl, X, labels = marks(X), permute = TRUE, nsim = 99)
X |
Point pattern (object of class "ppp", "lpp", "pp3" or "ppx") or line segment pattern (object of class "psp") |
labels |
Vector of values from which the new marks will be drawn at random. Defaults to the vector of existing marks |
permute |
Logical value indicating whether to generate new marks by randomly permuting labels or by drawing a random sample with replacement |
nsim |
Number of simulated realisations to be generated. Default is 99 |
A list of marked point patterns, each of the same class of X.
rlabel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.