foldermtg {dad} | R Documentation |
foldermtg
Description
An object of S3 class "foldermtg" is built and returned by the function read.mtg
.
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(s)
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
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)
[Package dad version 4.1.2 Index]