Description Usage Arguments Note Examples
This function reads an object of class 'inp'. All objects are
converted to simple feature geometries via inp_to_sf
and
finally passed to geom_sf
. It allows to quickly
visualize a model structure.
1 | autoplot.inp(x, ...)
|
x |
An inp object |
... |
currently ignored |
Lifecycle: experimental
1 2 3 4 5 | ## Not run:
inp <- read_inp("model.inp")
autoplot(inp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.