View source: R/Cattrack_to_Arrow.R
cattrack_gps_to_dataset | R Documentation |
Reads Cattrack GPS data and adds it to an arrow dataset
cattrack_gps_to_dataset(data, deployments, output_dataset, plot = T)
data |
Data passed from seabiRds::cattrack_to_dataset() |
deployments |
Deployment data formatted using seabiRds::formatDeployments() |
output_dataset |
Path where arrow dataset should be saved |
plot |
Should plot of data be generated, TRUE or FALSE? |
Code checks that data meet formatting requirements. Produces a plot showing a time series of distance from the colony and a map of locations from the GPS. Deployed data are shown in black, undeployed data are shown in red, and deployment start/end times are shown with dashed vertical red lines.
Output is saved to an arrow dataset at the location indicated by output_dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.