vbsc2informationProfile: Extracts a subset of TSD data according to the array subset...

Description Usage Arguments

Description

Extracts a subset of TSD data according to the array subset 'ind' and/or the cartesian subset 'range' and/or the logical/numeric vector of subscripts 'subset'.

Usage

1
2
3
4
vbsc2informationProfile(event = 1, t = 1, N = 1e+05, acca = NULL,
  var = c("vbsc", "sgsc", "pr0s", "sgs0"), ind = list(-(1:100), NULL),
  range = list(), subset = NULL, cruise = 2009116, origin = c(0, 0, 0),
  angle = 0, w = 10, dens = 10, breaks = seq(-100, 100, dens), ...)

Arguments

ind

is a list of indexes, as typed into the [] of an array, where 0 and NULL denotes all indexes.

range

is a list of elements with names matching names if 'data', specifying the range of the corresponding elements.

subset

is a numeric or logical vector/expression indicating elements or rows to keep (as used in subset()). Missing values are taken as false, and subset=0 or subset=NULL indicates no subsetting.

data

is a list of elements named according to the TSD file format.

strict

is TRUE if strict inequality is to be used when subsetting according to 'range'.


arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.