chk_map_dim: Check 'map_dim'

Description Usage Arguments See Also Examples

View source: R/chk-specific.R

Description

Validity tests for a map_dim that only require the object itself.

Usage

1
2
3

Arguments

x

A vector of non-negative integers, unique apart from any zeros.

name

The name for x to be used in error messages.

See Also

chk_map_pos

Examples

1
2
chk_map_dim(x = c(3L, 1L, 0L),
            name = "map_dim")

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