R/fitnmr.R
param_array_to_comb_vec.Rd
Determine vector of source parameters from destination array via least squares
param_array_to_comb_vec(
param_array,
comb_array,
group_vec = NULL,
resid_thresh = 1e-08
)
array of destination parameters
array of 2xN data frames with mapping between vector and array
optional vector of group numbers for source parameters
all residuals from least squares fit must be less than this value