Brobdingnag (version 1.2-6)

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

Examples

Run this code
# NOT RUN {
x <- as.brob(-10:10)
length(x)
# }

Run the code above in your browser using DataLab