extract.range.TSD: Extracts a subset of TSD data according to the ranges given...

View source: R/extract.range.TSD.R

extract.range.TSDR Documentation

Extracts a subset of TSD data according to the ranges given for the variables of 'data' in 'range'.

Description

Extracts a subset of TSD data according to the ranges given for the variables of 'data' in 'range'.

Usage

extract.range.TSD(
  data = list(),
  range = list(),
  this = list(),
  treated = NULL,
  ineq = "<",
  ind.out = FALSE,
  insert.NA = FALSE
)

Arguments

data

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

range

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

this

is an optional previously generated list of indexes as returned from extract().

treated

A vector of variable names already treated.

ineq

is a string giving the inequality function to apply to the selection ("<" or "<=").

ind.out

is TRUE if the indexes for the elements segmented are to be returned.

insert.NA

is TRUE if the discarded data are to be kept as NA.


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