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.
point.map(data, var.name, coords, ...)
an object of class "data.frame" containing the data.
a formula
object indicating the variable to display.
a formula
object indicating the geographical coordinates.
additional arguments to be passed to points.geodata
.