as.tpp.stlpp {stlnpp} | R Documentation |
Convert data to a one-dimensional point pattern
Description
This function converts an object of class stlpp
to class tpp
.
Usage
as.tpp.stlpp(X)
Arguments
X |
an object of class |
Details
This function projects the spatio-temporal point pattern X into its corresponding time domain T.
Value
An object of class tpp.
Author(s)
Mehdi Moradi <m2.moradi@yahoo.com>
See Also
Examples
X <- rpoistlpp(10,1,2,easynet)
as.tpp.stlpp(X)
[Package stlnpp version 0.4.0 Index]