opp_logger_dotplot: Plot tracking history by date, year, Movebank ID, and...

View source: R/OPPPlots.R

opp_logger_dotplotR Documentation

Plot tracking history by date, year, Movebank ID, and animal-reproductive-condition

Description

Creates a dot plot showing GPS locations for each individual over time

Usage

opp_logger_dotplot(data, yearround = F)

Arguments

data

Dataframe as returned by opp_download_data()

yearround

Logical. If yearround is FALSE (default), each year is plotted as a separate facet

Value

A ggplot object

Examples

## Not run: 
my_data <- opp_download_data(study = c(1247096889),login = NULL, start_month = NULL,
                            end_month = NULL,season = NULL)

opp_logger_dotplot(data = my_data)

## End(Not run)

popovs/OPPtools documentation built on July 8, 2023, 2:29 a.m.