View source: R/euclideanPath.R
plot.euclidean_path | R Documentation |
Plot the path of the Euclidean distance between cases and/or pumps.
## S3 method for class 'euclidean_path' plot(x, zoom = 0.5, unit.posts = "distance", unit.interval = NULL, ...)
x |
An object of class "euclidean_path" created by euclideanPath(). |
zoom |
Logical or Numeric. A numeric value >= 0 controls the degree of zoom. The default is 0.5. |
unit.posts |
Character. "distance" for mileposts; "time" for timeposts; |
unit.interval |
Numeric. Set interval between posts. When |
... |
Additional plotting parameters. |
A base R plot.
plot(euclideanPath(15)) plot(euclideanPath(15), unit.posts = "time")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.