trackPoints: Derive representative points from survey routes

View source: R/estimate abundance.r

trackPointsR Documentation

Derive representative points from survey routes

Description

This function derives track points, and thinning the points to the density of one point per km.

Usage

trackPoints(shape)

Arguments

shape

A GIS shapefile containing survey routes

Value

A dataframe containing the Lat/Lon of thinned track points.

Author(s)

Xinhai Li (Xinhai_li_edu@126.com)

Examples


 tracks = trackPoints(shape)


Xinhai-Li/abundanceR documentation built on Feb. 1, 2024, 4:47 a.m.