c.bit {bit}R Documentation

Concatenating bit and bitwhich vectors

Description

Creating new bit by concatenating bit vectors

Usage

## S3 method for class 'bit'
c(...)
## S3 method for class 'bitwhich'
c(...)

Arguments

...

bit objects

Value

An object of class 'bit'

Author(s)

Jens Oehlschlägel

See Also

c, bit , bitwhich

Examples

 c(bit(4), bit(4))

[Package bit version 1.1-14 Index]