check_matching_repetitions {ConFluxPro} | R Documentation |
Repetitions in layered profiles
Description
check_matching_repetitions()
compares the structure of
layered profile objects. A cfp_layered_profile()
object is split along
parameter(s) defined in rep_cols
. Returns TRUE if all profiles match
in their structure.
Usage
check_matching_repetitions(x, rep_cols)
Arguments
x |
A |
rep_cols |
A character vector of columns that define repetitions of
profiles within |
[Package ConFluxPro version 1.3.1 Index]