Learn R Programming

stlnpp (version 0.3.5)

methods.stlpp: 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 stlpp
plot(x,xlab = xlab,...)
# S3 method for stlppint
plot(x,style=style,xlab=xlab,xlim=xlim,...)
# S3 method for 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 stlpp
print(x,...)
# S3 method for stlppint
print(x,...)
# S3 method for sumstlpp
print(x,...)

Arguments

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.

...

gracphical arguments passed to plot/print.