linkCoords {alcyon} | R Documentation |
Link map points/lines as if selecting them using points
Description
Link map points/lines as if selecting them using points
Usage
linkCoords(map, fromX, fromY, toX, toY, copyMap = TRUE)
Arguments
map |
A sala map |
fromX |
X coordinate of the origin point |
fromY |
Y coordinate of the origin point |
toX |
X coordinate of the target point |
toY |
Y coordinate of the target point |
copyMap |
Optional. Copy the internal sala map |
Value
A new map with linked points/lines
[Package alcyon version 0.4.0 Index]