View source: R/add_interval_rls.R
add_interval_rls | R Documentation |
Add information about broadband RMS RLs to a dataset where each row contains data on a time interval, with start/end times of the interval given in seconds since start of tag record
add_interval_rls(x, ping_data, start_x, end_x, start_ping)
x |
data frame or tibble with each row giving data about a time interval (for one tag) |
ping_data |
data frame or tibble for one tag, with each row giving rl data from one sound (for example, from |
start_x |
name of variable in x (quotes not needed) with start times of intervals, in seconds since start of tag recording |
end_x |
name of variable in x (quotes not needed) with end times of intervals in seconds since start of tag recording |
start_ping |
name of variable in ping_data giving start times of pings in seconds since start of tag recording |
x with additional columns giving average, min, max, etc. RLs in each time interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.