ops_summary: Basic summary functions for lvec objects

all.lvecR Documentation

Basic summary functions for lvec objects

Description

These functions should behave as their regular counterparts.

Usage

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

## S3 method for class 'lvec'
any(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
prod(x, ..., na.rm = FALSE)

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

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

## S3 method for class 'lvec'
max(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
min(x, ..., na.rm = FALSE)

## S3 method for class 'lvec'
range(x, ..., na.rm = FALSE)

Arguments

x

an lvec object

...

ignored.

na.rm

logical indicating whether missing values should be ignored


djvanderlaan/ldat documentation built on Oct. 4, 2022, 7:01 p.m.