powered by
Methods for "[" and "[<-", i.e., extraction or subsetting of brobs and glubs.
"["
"[<-"
Always returns an object of the same class as x.
x
Object of class brob or glub
elements to extract or replace
replacement value
Robin K. S. Hankin
a <- as.brob(10)^c(-100,0,100,1000,1e32) a[4] a[4] <- 1e100 a
Run the code above in your browser using DataLab