Description Usage Arguments Value
This function produces a plot for a time range from the tag observations. The plot shows depth, light level and temperature.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
tag |
tbl or data.frame Object containing the tag information |
temporal |
string Name of the variable containing the date and time |
time_begin |
string Starting point of the time window |
time_end |
string Ending point of the time window |
temperature |
logical Set whether to present temperature in the plot |
depth |
logical Set whether to present depth in the plot |
light_level |
logical Set whether to present the light level in the plot |
interval |
string indicating by how much time should date ticks appear (e.g. "12 hour" or "5 min") |
depth_range |
vector indicating desired Depth limits to be ploted |
tmp_range |
vector indicating desired Temperature limits to be ploted |
main |
string, title to be included in the plot, default NULL |
Base R plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.