bitwhich_representation: Diagnose representation of bitwhich

View source: R/bit.R

bitwhich_representationR Documentation

Diagnose representation of bitwhich

Description

Diagnose representation of bitwhich

Usage

bitwhich_representation(x)

Arguments

x

a bitwhich object

Value

a scalar, one of logical(), FALSE, TRUE, -1 or 1

Examples

bitwhich_representation(bitwhich())
bitwhich_representation(bitwhich(12,FALSE))
bitwhich_representation(bitwhich(12,TRUE))
bitwhich_representation(bitwhich(12, -3))
bitwhich_representation(bitwhich(12, 3))

truecluster/bit documentation built on Nov. 20, 2022, 2:34 a.m.