lxy.proj.add: Specify the projection system for a LoCoH-xy object

Description Usage Arguments Details Value See Also Examples

Description

Specify the projection system for a LoCoH-xy object

Usage

1
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

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

tlocoh documentation built on May 2, 2019, 5:27 p.m.