View source: R/summary.foldermtg.R
summary.foldermtg | R Documentation |
foldermtg
Summary method for S3 class foldermtg
.
## S3 method for class 'foldermtg'
summary(object, ...)
object |
an object of class |
... |
optional arguments to |
The summary of the data frames containing the vertices of each class and the values of the features on these vertices.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
Pradal, C., Godin, C. and Cokelaer, T. (2023). MTG user guide
read.mtg
: reads a MTG file and creates an object of class "foldermtg"
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.