Learn R Programming

stlnpp (version 0.4.0)

tpp: Create a temporal point pattern

Description

Create an object of class tpp representing a one-dimensional point pattern.

Usage

tpp(X,a,b)

Value

An object of class tpp.

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

Author

Mehdi Moradi <m2.moradi@yahoo.com>

Details

Create a one-dimensional point pattern.

See Also

stlpp

Examples

Run this code
 
tpp(runif(10))

Run the code above in your browser using DataLab