Description Usage Arguments Value Note Examples
Read an MTG file.
1 |
file |
The path to the MTG file (assumed UTF-8 encoded) |
A named list of four sections: the MTG classes, description, features, and MTG. The MTG is a data.tree data structure.
See the documentation for the MTG format from the OpenAlea webpage for further details.
1 2 3 4 5 | ## Not run:
filepath= system.file("extdata", "simple_plant.mtg", package = "XploRer")
read_mtg(filepath)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.