point.map: Point map

Description Usage Arguments

View source: R/foo.R

Description

This function produces a plot with points indicating the data locations. Arguments can control the points sizes, patterns and colors. These can be set to be proportional to data values, ranks or quantiles. Alternatively, points can be added to the current plot.

Usage

1
point.map(data, var.name, coords, ...)

Arguments

data

an object of class "data.frame" containing the data.

var.name

a formula object indicating the variable to display.

coords

a formula object indicating the geographical coordinates.

...

additional arguments to be passed to points.geodata.


PrevMap documentation built on Oct. 7, 2021, 5:07 p.m.

Related to point.map in PrevMap...