Learn R Programming

stlnpp (version 0.4.0)

as.tpp.stlpp: Convert data to a one-dimensional point pattern

Description

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

Usage

as.tpp.stlpp(X)

Value

An object of class tpp.

Arguments

X

an object of class stlpp

Author

Mehdi Moradi <m2.moradi@yahoo.com>

Details

This function projects the spatio-temporal point pattern X into its corresponding time domain T.

See Also

as.stlpp, lpp, as.lpp

Examples

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

Run the code above in your browser using DataLab