locator_mD {metaDigitise} | R Documentation |
locator_mD
Description
Wrapper function for locator, with more control over point size etc
Usage
locator_mD(nPoints = 1, line = TRUE, cex = 1, col = "red", ...)
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. |
Value
Plots clicked points, and returns their x.y coordinates as a data.frame
[Package metaDigitise version 1.0.1 Index]