Rdocumentation
powered by
Learn R Programming
RSEIS (version 2.1-0)
DUMPLOC: Display contents of locator list
Description
Display the results of locator in a form useful for saving.
Usage
DUMPLOC(zloc)
Arguments
zloc
x,y list from locator
Value
Print to console.
Details
This is a useful routine for locating specific points and saving them for later use in code.
See Also
locator
Examples
Run this code
L = locator(
4
)
DUMPLOC(L)
Run the code above in your browser using
DataLab