as.data.list: Coercion to '"data.lists"'

Description Usage Arguments Details Author(s) See Also Examples

Description

Package multitable was removed from the CRAN repository.

Usage

1
2
## 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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
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)

vegsoup documentation built on Feb. 24, 2021, 3 a.m.