mathematics: Mathematical functions with deb_lsd vectors

Description Usage Arguments

Description

Mathematical functions with deb_lsd vectors

Usage

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

## S3 method for class 'deb_lsd'
mean(x, ..., na.rm = FALSE)

## S3 method for class 'deb_lsd'
cumsum(x)

## S3 method for class 'deb_lsd'
round(x, digits = 0)

## S3 method for class 'deb_lsd'
signif(x, digits = 6)

## S3 method for class 'deb_lsd'
ceiling(x)

## S3 method for class 'deb_lsd'
floor(x)

## S3 method for class 'deb_lsd'
trunc(x, ...)

Arguments

...

deb_lsd vectors in sum() and arguments passed on to further methods in mean().

na.rm

Logical. Should missing values (including 'NaN“) be removed?

x

An object of class deb_lsd.

digits

Integer. Indicating the number of decimal places (round()) or significant digits (signif()) to be used.


jessesadler/debvctrs documentation built on June 14, 2021, 6:36 a.m.