refill_PAM_indices: Helper to refill a list of PAM indices with new or more...

Description Usage Arguments Value

View source: R/pam_helpers.R

Description

Helper to refill a list of PAM indices with new or more results

Usage

1
refill_PAM_indices(initial_index_list, new_index_list)

Arguments

initial_index_list

list of PAM indices to be refill. Indices present in this list and absent in new_index_list are maintained.

new_index_list

list of PAM indices to be used to refill initial_index_list. New indices are included in the resulting list. Indices present in both lists are updated using the values of this list.

Value

A list of PAM indices containing old and new values for its indices.


biosurvey documentation built on Sept. 16, 2021, 1:07 a.m.