quickMove: gets a Move object from data

View source: R/csgfix.r

quickMoveR Documentation

gets a Move object from data

Description

gets a Move object from data

Usage

quickMove(
  data,
  proj = CRS("+ellps=WGS84 +datum=WGS84 +no_defs +proj=latlong"),
  timeformat = "%m/%d/%Y %H:%M",
  removeDuplicatedTimestamps = FALSE,
  projectionType = NULL
)

Arguments

data:

dataframe, the input data for bank(data)

proj:

CRS object, sent to move::move (be sure to change this if you change projectionType)

timeformat:

character (format for use in as.POSIXct), the format Date_Time is in

removeDuplicatedTimestamps:

boolean, sent to move::move

projectionType:

character or function, sent to bank


StevenRunyon/csgfix documentation built on March 31, 2024, 5:36 a.m.