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

an object of class numeric, integer or vector

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

stlpp

Examples

 
tpp(runif(10))


[Package stlnpp version 0.3.10 Index]