plot.stpp | R Documentation |
This function plot either xy
-locations and cumulative distribution of the times, or a space-time 3D scatter, or the time-mark and space-mark of the spatio-temporal point pattern, through arguments style
and type
.
It can also plot xy
-locations with time treated as a quantitative mark attached to each location, as in the previous version of the function, through argument mark
(see stpp version < 2.0.0).
## S3 method for class 'stpp'
plot(x, s.region=NULL, t.region=NULL, style="generic", type="projection",
mark=NULL , mark.cexmin=0.4, mark.cexmax=1.2, mark.col=1, ...)
x |
Any object of class |
s.region |
Two-column matrix specifying polygonal region containing all data locations. If |
t.region |
Vector containing the minimum and maximum values of the time interval. If |
type |
Specify the kind of graphical representation. If |
style |
Two different classes of graphic styles can be chosen. If |
mark |
Logical. If |
mark.cexmin , mark.cexmax |
Range of the size of the plotting symbol when |
mark.col |
Colour of the plotting symbol when |
... |
Further arguments to be passed to the functions plot and scatter3D. Typical arguments are |
None
Edith Gabriel <edith.gabriel@inrae.fr> and Francisco J. Rodriguez-Cortes.
Gabriel E., Rowlingson B., Diggle P. (2013). stpp: an R package for plotting, simulating and analyzing Spatio-Temporal Point Patterns. Journal of Statistical Software, 53(2), 1–29.
Stoyan, D., Rodriguez-Cortes, F. J., Mateu, J., and Gille, W. (2017). Mark variograms for spatio-temporal point processes. Spatial Statistics. 20, 125-147.
as.3dpoints
for creating data in spatio-temporal point format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.