methods.stlpp {stlnpp} | R 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,ylim=ylim,bar=TRUE,...)
## 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 |
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 |
ylim |
giving the y limits for the plot |
bar |
if TRUE, bar plot of rounded time occurances will be added to the density plot |
i |
numeric, logical, or an object of class |
... |
either ignore for |
Author(s)
Mehdi Moradi <m2.moradi@yahoo.com>
[Package stlnpp version 0.4.0 Index]