autoplot {sfnetworks} | R Documentation |
Plot sfnetwork geometries with ggplot2
Description
Plot the geometries of an object of class sfnetwork
automatically as a ggplot
object. Use this method
without the .sfnetwork suffix and after loading the ggplot2
package.
Usage
autoplot.sfnetwork(object, ...)
Arguments
object |
An object of class |
... |
Ignored. |
Details
See autoplot
.
Value
An object of class ggplot
.
[Package sfnetworks version 0.6.4 Index]