View source: R/read.event_unzip_vbsc.R
read.event_unzip_vbsc | R Documentation |
Merges time steps of acoustic data located in the neighbor directory "temp" of the "tsd"-directory given by 'event'.
read.event_unzip_vbsc(
x,
pad = TRUE,
split = TRUE,
filename = NULL,
t = NULL,
fill = NA,
keep.vxIX = TRUE
)
x |
a list containing the possibly compressed acoustic data (vbsc, vxIX). |
pad |
is TRUE to pad with missing values to make the list elements fit in the dimension up to the last dimension. |
split |
Logical: if TRUE, split each list element to have last dimenstion equal to 1. |
filename |
is the filename of the file containing the data, used in warning messages. |
t |
is the time index of the data read, also used in warning messages. |
fill |
is the value to use for missing data (outside of the mask). |
keep.vxIX |
is TRUE to return also the indices at the non-missing acoustic data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.