plot.walkingB | R Documentation |
Plot method for walkingB().
## S3 method for class 'walkingB'
plot(x, type = "area.points",
tsp.method = "repetitive_nn", ...)
x |
An object of class "walking" created by |
type |
Character. "roads", "area.points" or "area.polygons". "area" flavors only valid when |
tsp.method |
Character. Traveling salesperson problem algorithm. |
... |
Additional plotting parameters. |
A base R plot.
When plotting area graphs with simulated data (i.e., case.set = "expected"
), there may be discrepancies between observed cases and expected neighborhoods, particularly between neighborhoods. type = "roads" inspired by Shiode et. al. (2015).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.