new_sftrack | R Documentation |
Define an sftrack
new_sftrack(data, group_col, sf_col, time_col, error_col = NA)
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' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.