misc: Misc ops

Description Usage Arguments

Description

Misc ops

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## S3 method for class 'uint8'
any(..., na.rm = FALSE)

## S3 method for class 'uint8'
all(..., na.rm = FALSE)

## S3 method for class 'uint8'
abs(x)

## S3 method for class 'uint8'
sign(x)

## S3 method for class 'uint8'
sum(..., na.rm = FALSE)

as.bitstring(e1)

## S3 method for class 'uint8'
x[...]

Arguments

...

arguments passed to other methods

na.rm

logical. Should missing values be removed?

x

an atomic vector of class 'uint8'

e1

an atomic vector of class 'uint8'


coolbutuseless/uint8 documentation built on May 29, 2019, 11:04 p.m.