
Display summary information for a seal
plot_ind.Rd
This function displays several key information regarding a seal.
Arguments
- data_seal
A dataset containing information dive information on one animal (maxdepth, lat, lon, date, driftrate)
- col_text
The color of the text
- col_back
The color of the background
Details
* A map of the seal's trip at sea with a color code based on the number of days since departure * The max depth reached for each dives across time * The evolution of their daily median drift rate across time * the evolution of their ADL across time
Examples
if (FALSE) {
# load data
data("data_nes")
# plot result
plot_ind(data_nes$year_2018$ind_2018070)
}