pp3 | R Documentation |
Create a three-dimensional point pattern
pp3(x, y, z, ..., marks=NULL)
x , y , z |
Numeric vectors of equal length, containing Cartesian coordinates of points in three-dimensional space. |
... |
Arguments passed to |
marks |
Optional. Vector, data frame, or hyperframe of mark values associated with the points. |
An object of class "pp3"
represents a pattern of points in
three-dimensional space. The points are assumed to have been observed
by exhaustively inspecting a three-dimensional rectangular box. The
boundaries of the box are included as part of the dataset.
Object of class "pp3"
representing a three dimensional
point pattern. Also belongs to class "ppx"
.
.
box3
,
print.pp3
,
ppx
X <- pp3(runif(10), runif(10), runif(10),
box3(c(0,1)),
marks=rnorm(10))
X
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.