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

methods.stlppR Documentation

Methods for space-time point patterns on a linear network

Description

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

Usage

## S3 method for class 'stlpp'
plot(x,xlab = xlab,...)
## S3 method for class 'stlppint'
plot(x,style=style,xlab=xlab,xlim=xlim,...)
## S3 method for class 'sumstlpp'
plot(x,style=c("level","contour","perspective"), theta = 35, phi = 10,
facets = FALSE, ticktype = "detailed", resfac = 5,xlab="r = distance",ylab="t = time",...)
## S3 method for class 'stlpp'
print(x,...)
## S3 method for class 'stlppint'
print(x,...)
## S3 method for class 'sumstlpp'
print(x,...)
## S3 method for class 'stlpp'
x[i]
## S3 method for class 'stlppint'
x[i]
## S3 method for class 'stlppint'
as.linim(X,...)
## S3 method for class 'stlppint'
as.tppint(x)
## S3 method for class 'sumstlpp'
as.data.frame(x,...)

Arguments

x,X

an object of classes stlpp, stlppint or sumstlpp

style

style of plot

theta,phi

see persp3D

facets,ticktype

see persp3D

resfac

see persp3D

xlab,ylab

the x,y label of the plot

xlim

giving the x limits for the plot

i

numeric, logical, or an object of class stlpp

...

either ignore for as.linim, or gracphical arguments passed to plot/print

Author(s)

Mehdi Moradi <m2.moradi@yahoo.com>


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