prConvert2Coords {Gmisc} | R Documentation |
Converts an object to coordinates
Description
Sometimes we have an object that can be either a box,
a coprdinate, a unit or a numerical value and all we
want is a list
of coordinates that we can use for
calculating distance, alignment and other things.
Usage
prConvert2Coords(obj)
Arguments
obj |
A |
Value
A list
with all the points that coords
returns
[Package Gmisc version 3.0.3 Index]