Skip to contents

Computes profiles for additional cell parameters from QWA_data and merges them into an existing QWAprofile object. Only parameters not already present in x are computed. The bin definitions (sectors or bands) and aggregation settings from the original profile are reused.

Usage

complete_QWAprofile(x, QWA_data, add_params, quant_probs = NULL)

Arguments

x

A QWAprofile object to extend.

QWA_data

A QWAdata object (source of cell measurements).

add_params

Character vector of additional cell parameter column names to compute and add.

quant_probs

Numeric vector of quantile probabilities. Should match those used when computing x. NULL adds means only.

Value

A QWAprofile object with the new parameter columns appended.