plot.point()
- Description:
- Plot the spatial locations in a point object, optionally coloring by quantile.
- Usage:
- plot(point.obj, v)
- Required arguments:
- point.obj: a point object generated by point()
- Optional arguments:
- v: an optional variable name, if entered will divide the points
into quantiles and color using 4 colors
- Value:
- NULL
- Examples:
- > plot(stations)
- > plot(stations, 'inches')
majure