length: Get lengths of brobs and glubs

length-methodsR Documentation

Get lengths of brobs and glubs

Description

Get lengths of brob and glub vectors

Usage

## S4 method for signature 'brob'
length(x)
## S4 method for signature 'glub'
length(x)

Arguments

x

vector of class brob or glub

Author(s)

Robin K. S. Hankin

Examples

x <- as.brob(-10:10)
length(x)

Brobdingnag documentation built on Oct. 19, 2022, 5:14 p.m.