add.map.line: Add Map Line

View source: R/map.plot.R

add.map.lineR Documentation

Add Map Line

Description

Add Map Line

Usage

add.map.line(
  map,
  lon,
  lat,
  col = "black",
  lty = 1,
  lwd = 1,
  greatCircle = T,
  N = 1000
)

Arguments

lon

a set of longitudes to draw a line between

lat

a set of latitudes to draw a lien between

col

the color of the line to be drawn

lty

the type of line to be drawn

lwd

the width of the line to be drawn

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.