point.map {PrevMap} | R Documentation |
Point map
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
point.map(data, var.name, coords, ...)
Arguments
data |
an object of class "data.frame" containing the data. |
var.name |
a |
coords |
a |
... |
additional arguments to be passed to |
[Package PrevMap version 1.5.4 Index]