coord-methods {Cardinal} | R Documentation |
These generic functions accesses pixel coordinates stored in an object derived from iSet
. The coordinates
method is an alias for coord
.
coord(object) coord(object) <- value coordinates(object) coordinates(object) <- value coordLabels(object) coordLabels(object) <- value
object |
An object, possible derived from |
value |
Value to be assigned to the corresponding object. |
coord
returns a data.frame
with each row containing coordinates for an individual pixel. coordLabels
retrieves the coordinate labels.
Kylie A. Bemis