opp_logger_dotplot | R Documentation |
Creates a dot plot showing GPS locations for each individual over time
opp_logger_dotplot(data, yearround = F)
data |
Dataframe as returned by opp_download_data() |
yearround |
Logical. If yearround is FALSE (default), each year is plotted as a separate facet |
A ggplot object
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.