chk_comp_type_indices: Check that 'i_comp_type_self' consistent with...

Description Usage Arguments Examples

View source: R/chk-specific.R

Description

Check that 'i_comp_type_self' consistent with 'indices_orig_self' and 'i_direction_self'

Usage

1
2
3
chk_comp_type_indices(i_comp_type_self, indices_orig_self, i_direction_self)

err_comp_type_indices(i_comp_type_self, indices_orig_self, i_direction_self)

Arguments

i_comp_type_self

Integer between 1 and 4

indices_orig_self

Integer vector

i_direction_self

Integer scalar

Examples

1
2
3
chk_comp_type_indices(i_comp_type_self = 3L,
                      indices_orig_self = 2L,
                      i_direction_self = 0L)

johnrbryant/demcheck documentation built on Dec. 31, 2021, 11:57 a.m.