plot_interp_dist | R Documentation |
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.
plot_interp_dist(data, showPlots = T, plotsPerPage = 4)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.