lxy.proj.add {tlocoh}R Documentation

Specify the projection system for a LoCoH-xy object

Description

Specify the projection system for a LoCoH-xy object

Usage

lxy.proj.add(lxy, proj4string = CRS(as.character(NA)))

Arguments

lxy

LoCoH-xy object

proj4string

An object of class "CRS", projection string

Details

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.

Value

A LoCoH-xy object

See Also

CRS-class for arguments accepted by the CRS function.

Examples

# lxy <- lxy.proj.add(lxy, CRS("+proj=utm +south +zone=34"))


[Package tlocoh version 1.40.07 Index]