as.data.list {vegsoup}R Documentation

Coercion to "data.lists"

Description

Package multitable was removed from the CRAN repository.

Usage

## S4 method for signature 'Vegsoup'
as.data.list(x)

Arguments

x

A Vegsoup* object.

Details

Package multitable was removed from the CRAN repository.

Author(s)

Roland Kaiser

See Also

as.data.frame, as.matrix

Examples

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)


[Package vegsoup version 0.2-7 Index]