geom_area()
geom_bar()
geom_line()
geom_point()
geom_polygon()
geom_histogram()
geom_rect()
geom_tile()
geom_raster()
geom_text()
sf
tbl_graph
&
geom_sf()
stat_...()
plot()
To visualize the Network data we use {ggraph}.
It builds on top of {tidygraph} and {ggplot2} to allow a complete and familiar grammar of graphics for network data.