as.tpp.stlpp: Methods for space-time point patterns on a linear network.

View source: R/as.stlpp.tpp.R

as.tpp.stlppR Documentation

Methods for space-time point patterns on a linear network.

Description

This function converts an object of class stlpp to class tpp.

Usage

## S3 method for class 'stlpp'
as.tpp(X)

Arguments

X

an object of class stlpp

Details

This function projects the space-time point pattern X on L times T into the time interval T.

Value

An object of class tpp.

Author(s)

Mehdi Moradi <m2.moradi@yahoo.com>

See Also

as.stlpp, lpp, as.lpp

Examples

X <- rpoistlpp(10,1,2,easynet)
as.tpp.stlpp(X)

stlnpp documentation built on Nov. 11, 2022, 9:11 a.m.