Question : I have this list: a <- list() a[[1]] <- matrix(c(1,2),nrow = 2) How do I select element 2? […]