Plot trips identified using opp_get_trips()
plot_trip_dist.Rd
Plots the results of opp_get_trips(), with DateTime on the x-axis and ColDist on the y-axis. Points coloured based on Type
Arguments
- data
SpatialPointsDataFrame object output from opp_get_trips
- plotsPerPage
Numeric indicating the number of individuals to include in a single plot. Defaults to 1.
- showPlots
Logical (T/F), should plots be printed.
- innerBuff
Minimum distance (km) from the colony to be in a trip. Used to label trips as 'Non-trip'. Defaults to 5
- returnBuff
Outer distance (km) to capture trips that start and end away from the colony. Used to label trips as 'Incomplete'. Defaults to 20.