Locate Events on the Current Plot
Locate events on the current plot (using the locator
function).
locateEvents (EID, n = 512, type = "p", ...)
On exit from locator, suppose the user defined m
events. If EID was missing, then the output data frame will
contain m events. However, if EID exists, then the
output data frame will contain length(EID) events, and both
X and Y will be NA for events
EID[(m+1):n]. The na.omit function
can remove rows with NAs.
EventData with columns EID, X, and Y, and
projection attribute equal to the map's projection. The
function does not set the zone attribute.
Nicholas M. Boers, Associate Professor – Computer Science
MacEwan University, Edmonton AB
Last modified Rd: 2007-06-06
#--- define five events on the current plot, numbering them 10 to 14 ## Not run: events <- locateEvents(EID = 10:14)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.