profile_line: Creates a linear profile line.

View source: R/profile_line.R

profile_lineR Documentation

Creates a linear profile line.

Description

This function converts the start and end points from longitude/latitude to utm coordinates and creates a continuous line between these points as a simple feature object.

Usage

profile_line(coord_start, coord_end, crs)

Arguments

coord_start

coordinates of the starting point of the line as longitude/latitude. E.g., c(0,0).

coord_end

coordinates of the end point of the line as longitude/latitude. E.g., c(0,0).

crs

coordinate system of mark_recapture_object

Value

profile line as simple feature object.

Examples

profile_line(c(0, 0), c(1, 1), crs = "ESRI:54009")


SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.