foldermtg | R Documentation |
An object of S3 class "foldermtg" is built and returned by the function 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
...
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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.