plot_photo_timeline: Plot a Timeline of Renamed Nest Box Photos

Description Usage Arguments Examples

View source: R/plot_photo_timeline.R

Description

After all of the photos have been renamed, plot a timeline of all of the photos taken by nest box ID. Photos will be shown in the plot with a '|' mark.

Usage

1
2
3
4
5
plot_photo_timeline(
  directory_to_drive,
  renamed_photo_location,
  ggplot_location
)

Arguments

directory_to_drive

folder for research drive

renamed_photo_location

folder where renamed photos are stored

ggplot_location

where ggplot will go

Examples

1
plot_photo_timeline(directory_to_drive, renamed_photo_location)

jaymwin/fcpp documentation built on March 23, 2020, 5:26 a.m.