new_sftraj: Define an sftraj

View source: R/sftraj.R

new_sftrajR Documentation

Define an sftraj

Description

Define an sftraj

Usage

new_sftraj(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 multi_burst in 'data'

sf_col

column name of geometry in 'data'

time_col

column name of time in 'data'

error_col

column name of error in 'data'


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