eco.lmtree.mctree-summary: Summary for eco.lmtree output

Description Usage Arguments Value Author(s) See Also Examples

Description

Summary for eco.lmtree output

Usage

1
2
3
4
5
## S4 method for signature 'eco.mlm'
summary(object)

## S4 method for signature 'eco.mctree'
summary(object)

Arguments

object

Output object of eco.lmtree.

Value

A Table with a summary of the analysis for "mlm" analysis, the plot of the trees with significant splits for "mctree" analysis.

Author(s)

Leandro Roser learoser@gmail.com

See Also

eco.lmtree

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 

data(eco.test)
#' mod <- eco.lmtree(DF1 = eco$P, DF2 = eco$E, 
analysis = "mlm")                                    
summary(mod)                                    #summary for "mlm" analysis

mod <- eco.lmtree(DF1 = eco$P, DF2 = eco$E,
analysis = "mctree", fact = eco$S$structure)               
summary(mod)                                    #summary for "mctree" analysis


## End(Not run)

EcoGenetics documentation built on July 8, 2020, 5:46 p.m.