length-methods {Brobdingnag} | R 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)
[Package Brobdingnag version 1.2-9 Index]