Learn R Programming

dad (version 4.1.6)

summary.foldermtg: Summary of an object of class foldermtg

Description

Summary method for S3 class foldermtg.

Usage

# S3 method for foldermtg
summary(object, ...)

Value

The summary of the data frames containing the vertices of each class and the values of the features on these vertices.

Arguments

object

an object of class foldermtg.

...

optional arguments to summary methods.

Author

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard

References

Pradal, C., Godin, C. and Cokelaer, T. (2023). MTG user guide

See Also

read.mtg: reads a MTG file and creates an object of class "foldermtg".

Examples

Run this code
mtgfile1 <- system.file("extdata/plant1.mtg", package = "dad")
x1 <- read.mtg(mtgfile1)
summary(x1)

mtgfile2 <- system.file("extdata/plant2.mtg", package = "dad")
x2 <- read.mtg(mtgfile2)
summary(x2)

Run the code above in your browser using DataLab