Description Usage Arguments Examples
View source: R/view_rollover_schedules.R
Before creating schedules, ensure that Lotek PinPoint tags will record data at the proper times by viewing fix schedule in a ggplot calendar or timeline
1 2 3 4 5 6 7 8 | view_rollover_schedules(
tag_lifespan,
time_zone,
location_cycle,
first_deployment_date,
last_deployment_date,
type
)
|
tag_lifespan |
number of days tag is expected to last (provided by Lotek PinPoint Host software) |
time_zone |
time zone where tags will be deployed |
location_cycle |
time between fixes (in days) |
first_deployment_date |
datetime when tags will first be deployed |
last_deployment_date |
datetime last tags will be deployed |
1 2 3 4 5 6 7 8 | view_rollover_schedules(
tag_lifespan = 250,
time_zone = 'UTC',
location_cycle = 2,
first_deployment_date = '2020-04-20 18:00:00',
last_deployment_date = '2020-05-15 18:00:00',
type = 'calendar'
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.