50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

linemap: Create maps made of Lines

linemap() displays a map made of lines using a raster or gridded data.

Installation

You can install linemap from CRAN with:

install.packages("linemap")

Example

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)

Inspiration

Unknown Pleasures (Joy Division)
Population Lines: How and Why I Created It (James Cheshire)
GeospatialLineGraphs (Ryan Brideau)

Alternative

Copy Link

Version

Install

install.packages('linemap')

Monthly Downloads

197

Version

0.3.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Timothée Giraud

Last Published

November 28th, 2023

Functions in linemap (0.3.0)