ggPlotMap: Plot the paths and their mapping, using ggplot.

View source: R/ggPlotMap.R

ggPlotMapR Documentation

Plot the paths and their mapping, using ggplot.

Description

Plots the paths and the mappings between paths.

Usage

ggPlotMap(mapping, cols = c("grey40"), linecol = "grey25",
           xlim= NA, ylim = NA, ...)

Arguments

mapping

A map object produced by CreateMap() or GetMinMap(). If GetMinMap has not been called, it will be called by ggPlotMap.

cols

A set of colors to shade consecutive polygons.

linecol

Color for lines connecting paths

xlim

two values that override default x range.

ylim

two values that override default y range.

...

other graphical arguments


stmueller/pathmapping documentation built on Nov. 13, 2023, 12:39 p.m.