tpp {stlnpp} | R Documentation |
Create an object of class tpp
representing a one-dimensional point pattern.
tpp(X,a,b)
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 |
Create a one-dimensional point pattern.
An object of class tpp.
Mehdi Moradi <m2.moradi@yahoo.com>
tpp(runif(10))