Learn R Programming

stlnpp (version 0.3.6)

tpp: Create a temporal point pattern

Description

Create an object of class tpp that represents a temporal point pattern.

Usage

tpp(X,a,b)

Arguments

X

an object of class numeric, integer or vector

a

lower band

b

upper bound

Value

An object of class tpp.

Details

Create a temporal point pattern.

See Also

stlpp

Examples

Run this code
# NOT RUN {
tpp(runif(10))
# }

Run the code above in your browser using DataLab