linemap()
displays a map made of lines using a raster or gridded data.
You can install linemap
from CRAN with:
install.packages("linemap")
The package contains one function: linemap()
.
library(linemap) r <- terra::rast(system.file("tif/elevation.tif", package = "linemap")) opar <- par(mar = c(0,0,0,0), bg = "grey10") linemap(r) par(opar)
Unknown Pleasures (Joy Division)
Population Lines: How and Why I Created It (James Cheshire)
GeospatialLineGraphs (Ryan Brideau)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4