powered by
"["(x, i, ...) "["(x, i) <- value
"anylist"
The argument x should be an object of class "anylist" representing a list of things. See anylist.
x
anylist
The method replaces a designated subset of x, and returns an object of class "anylist".
plot.anylist
summary.anylist
x <- anylist(A=runif(10), B=runif(10), C=runif(10)) x[1] <- list(A=rnorm(10))
Run the code above in your browser using DataLab