tpp: Create a temporal point pattern

View source: R/tpp.R

tppR 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))


Moradii/stlnpp documentation built on Jan. 24, 2025, 3:17 a.m.