add.map.points: Add Map Points

View source: R/map.plot.R

add.map.pointsR Documentation

Add Map Points

Description

Add station points to a map

Usage

add.map.points(map, lon, lat, col = "black", cex = 1, pch = 16, ...)

Arguments

lon

the longitudes of the points to be drawn

lat

the latitude of the points to be drawn

col

the color of the points

cex

the size of point to be drawn

pch

the point character to be used

...

optional arguments passed to points().

stn.lon

(depreciated) the longitudes of the points to be drawn

stn.lat

(depreciated) the latitude of the points to be drawn

Author(s)

Laura Whitmore


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