powered by
An object of S3 class "foldermtg" is built and returned by the function read.mtg.
read.mtg
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...
classes
description
features
topology
coordinates
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
Pradal, C., Godin, C. and Cokelaer, T. (2023). MTG user guide
read.mtg print.foldermtg mtgorder
print.foldermtg
mtgorder
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