get_vct_range_one_file: Find min/max for a data column / quantile pair in one VCT...

View source: R/psd.R

get_vct_range_one_fileR Documentation

Find min/max for a data column / quantile pair in one VCT file

Description

Find min/max for a data column / quantile pair in one VCT file

Usage

get_vct_range_one_file(
  vct_file,
  data_cols,
  quantile,
  pop = NULL,
  ignore_dates = NULL,
  refracs = NULL,
  cores = 1
)

Arguments

vct_file

VCT file path.

data_cols

Character vector of VCT columns to use as size metric: fsc_small, chl_small, pe, Qc_[lwr,mid,upr], or diam_[lwr,mid,upr]. For Qc and diam the quantile will be added to the column name automatically.

quantile

OPP Filtering quantile.

pop

Single population label to filter for.

ignore_dates

Don't process VCT data with these dates.

cores

Number of cores to use

Value

Two item numeric vector of c(min_val, max_val)


armbrustlab/popcycle documentation built on April 1, 2024, 2:41 p.m.