new_sftrack: Define an sftrack

View source: R/sftrack.R

new_sftrackR Documentation

Define an sftrack

Description

Define an sftrack

Usage

new_sftrack(data, group_col, sf_col, time_col, error_col = NA)

Arguments

data

data.frame with multi_burst column, geometry column, time_col (integer/POSIXct), and error column (optional)

group_col

column name of grouping info in 'data'

sf_col

column name of geometry info in 'data'

time_col

column name of time info in 'data'

error_col

column name of error info in 'data'


sftrack documentation built on March 31, 2023, 7:27 p.m.