lxy.proj.add {tlocoh} | R Documentation |
Specify the projection system for a LoCoH-xy object
lxy.proj.add(lxy, proj4string = CRS(as.character(NA)))
lxy |
LoCoH-xy object |
proj4string |
An object of class "CRS", projection string |
This function will add projection information to a LoCoH-xy object. Note this does not reproject coordinates, it only adds or changes the projection information. Any existing projection information will be overwritten.
A LoCoH-xy object
CRS-class
for arguments accepted by the CRS
function.
# lxy <- lxy.proj.add(lxy, CRS("+proj=utm +south +zone=34"))