read.event_unzip_vbsc: Merges time steps of acoustic data located in the neighbor...

View source: R/read.event_unzip_vbsc.R

read.event_unzip_vbscR Documentation

Merges time steps of acoustic data located in the neighbor directory "temp" of the "tsd"-directory given by 'event'.

Description

Merges time steps of acoustic data located in the neighbor directory "temp" of the "tsd"-directory given by 'event'.

Usage

read.event_unzip_vbsc(
  x,
  pad = TRUE,
  split = TRUE,
  filename = NULL,
  t = NULL,
  fill = NA,
  keep.vxIX = TRUE
)

Arguments

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.


arnejohannesholmin/sonR documentation built on April 14, 2024, 11:39 p.m.