plot.stlp | R Documentation |
stlp
objectThis function plots the point pattern on a linear network
stored in the stlp
object given in input,
in a three panel plot representing the plot3D of the coordinates, and the
marginal spatial and temporal coordinates.
## S3 method for class 'stlp'
plot(x, tcum = TRUE, marg = TRUE, col = 1, cols = "grey", ...)
x |
An object of class |
tcum |
If |
marg |
Default to |
col |
The color of the points. Default to |
cols |
The color of the linear network. Default to |
... |
additional unused argument |
Nicoletta D'Angelo
stp, summary.stlp, print.stlp
set.seed(2)
df_net <- data.frame(cbind(runif(100, 0, 0.85), runif(100, 0, 0.85), runif(100)))
stlp1 <- stp(df_net, L = chicagonet)
plot(stlp1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.