toUTM: Converts coordinates to UTM projection

View source: R/dyn_helpers.R

toUTMR Documentation

Converts coordinates to UTM projection

Description

Convert Coordinate Reference System (CRS) from lonlat to metric UTM projection, as required for calculating the dynamic Brownian Bridge Movement Model.

Usage

toUTM(input, UTM, crs)

Arguments

input

The detections data frame

UTM

the UTM zone chosen by the user

crs

The original coordinate system

Value

Dataframe with the converted coordinates in UTM.


YuriNiella/RSP documentation built on Feb. 2, 2024, 5:03 a.m.