Brobdingnag (version 1.2-9)

length-methods: Get lengths of brobs and glubs

Description

Get lengths of brob and glub vectors

Usage

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

Arguments

x

vector of class brob or glub

Author

Robin K. S. Hankin

Examples

Run this code
x <- as.brob(-10:10)
length(x)

Run the code above in your browser using DataLab