Learn R Programming

dad (version 4.1.6)

foldermtg: foldermtg

Description

An object of S3 class "foldermtg" is built and returned by the function read.mtg.

Arguments

Value

An object of this S3 class is a list of at least 5 data frames (see the Value section in read.mtg):

classes, description, features, topology, coordinates...

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 print.foldermtg mtgorder

Examples

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

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

Run the code above in your browser using DataLab