Learn R Programming

stlnpp (version 0.3.8)

tpp: Create a temporal point pattern

Description

Create an object of class tpp that represents a temporal 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

b

upper bound

Author

Mehdi Moradi <m2.moradi@yahoo.com>

Details

Create a temporal point pattern.

See Also

stlpp

Examples

Run this code
tpp(runif(10))

Run the code above in your browser using DataLab