.rppp {groupedHyperframe.random} | R Documentation |
Simulate (Marked) Point Pattern
Description
To generate ppp.object(s), with none or one or multiple marks.
Usage
.rppp(
...,
dots,
win = square(),
n = 1L,
element1 = TRUE,
envir = parent.frame()
)
Arguments
... |
see vignettes |
dots |
(for internal use) list of one or more named lists.
The first list specifies the parameters to
generate the |
win |
|
n |
integer scalar,
number of ppp.objects to generate.
Default |
element1 |
logical scalar, whether to return
a ppp.object,
instead of a length- |
envir |
environment, in which to evaluate the |
Value
Function .rppp()
returns a ppp.object if (n==1L)&element1
,
otherwise returns a length-n
solist
(which also has class 'ppplist'
).
The returned ppp.object(s) contain only
x
- and y
-coords,
if only one call is present in the ...
dyn-dots argument.
Otherwise, they contain one or more marks
according to the rest of the call(s) in the ...
argument.
Note
The name rppp()
is too aggressive, which might be claimed in future by package spatstat.random.
Therefore we name this function .rppp()
as if it is hidden (see parameter all.names
of function ls).