Skip to contents

Plots the results of ctcrw_interpolation(), with DateTime on the x-axis and ColDist. Raw GPS data is plotted in purple and interpolated locations are shown in teal.

Usage

plot_interp_dist(data, showPlots = T, plotsPerPage = 4)

Arguments

data

Output from ctcrw_interpolation().

showPlots

Logical (T/F), should plots be printed.

plotsPerPage

Numeric indicating the number of individuals to include in a single plot. Defaults to 1.

Value

A list of ggplot objects. If plotsPerPage == 1, then each object is named after the corresponding deployment ID in data. If plotsPerPage > 1 then the function returns an unnnamed list of ggplot objects.