as.data.list {vegsoup} | R Documentation |
"data.lists"
Package multitable was removed from the CRAN repository.
## S4 method for signature 'Vegsoup' as.data.list(x)
x |
A |
Package multitable was removed from the CRAN repository.
Roland Kaiser
require(vegsoup) data(barmstein) # package multitable was removed from CRAN ## Not run: x <- as(barmstein, "data.list") summary(x) ## End(Not run) ## Not run: # not implemented yet x <- as.data.list(barmstein) ## End(Not run)