tpp {stlnpp} | R Documentation |
Create a temporal point pattern
Description
Create an object of class tpp
representing a one-dimensional point pattern.
Usage
tpp(X,a,b)
Arguments
X |
|
a |
lower band of the time domain. if not given by the user, it will be the minimum of X |
b |
upper bound of the time domain. if not given by the user, it will be the maximum of X |
Details
Create a one-dimensional point pattern.
Value
An object of class tpp.
Author(s)
Mehdi Moradi <m2.moradi@yahoo.com>
See Also
Examples
tpp(runif(10))
[Package stlnpp version 0.4.0 Index]