snap_tag: Take a snap of the temporal data from internal tag data

Description Usage Arguments Value

View source: R/snap_tag.R

Description

This function produces a plot for a time range from the tag observations. The plot shows depth, light level and temperature.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
snap_tag(
  tag,
  temporal,
  time_begin,
  time_end,
  temperature = TRUE,
  depth = TRUE,
  light_level = TRUE,
  interval,
  depth_range,
  tmp_range = NULL,
  main = NULL
)

Arguments

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

Value

Base R plot


DaniEstevezBarcia/GINR.psat documentation built on Feb. 11, 2022, 12:12 a.m.