Learn R Programming

Brobdingnag (version 1.2-2)

length-methods: Get lengths of brobs and glubs

Description

Get lengths of brob and glub vectors

Usage

## S3 method for class 'brob':
length(x)
## S3 method for class 'glub':
length(x)

Arguments

x
vector of class brob or glub

Examples

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

Run the code above in your browser using DataLab