length-methods {Brobdingnag} | R Documentation |
Get lengths of brob and glub vectors
## S4 method for signature 'brob': length(x) ## S4 method for signature 'glub': length(x)
x |
vector of class brob or glub |
Robin K. S. Hankin
x <- as.brob(-10:10) length(x)