Description
Wrapper function for locator, with more control over point size etc
Usage
locator_mD(nPoints = 1, line = TRUE, cex = 1, col = "red", ...)
Value
Plots clicked points, and returns their x.y coordinates as a data.frame
Arguments
- nPoints
number of points in a sequence
- line
logical; plot lines between points
- cex
size of points
- col
colour of points
- ...
further arguments passed to or from other methods.