|
1 | 1 | ```@meta |
2 | | -CurrentModule = MTG |
| 2 | +CurrentModule = MultiScaleTreeGraph |
3 | 3 | ``` |
4 | 4 |
|
5 | | -# MTG.jl |
| 5 | +# MultiScaleTreeGraph.jl |
6 | 6 |
|
7 | | -[](https://VEZY.github.io/MTG.jl/stable) |
8 | | -[](https://VEZY.github.io/MTG.jl/dev) |
9 | | -[](https://github.com/VEZY/MTG.jl/actions) |
10 | | -[](https://codecov.io/gh/VEZY/MTG.jl) |
| 7 | +[](https://VEZY.github.io/MultiScaleTreeGraph.jl/stable) |
| 8 | +[](https://VEZY.github.io/MultiScaleTreeGraph.jl/dev) |
| 9 | +[](https://github.com/VEZY/MultiScaleTreeGraph.jl/actions) |
| 10 | +[](https://codecov.io/gh/VEZY/MultiScaleTreeGraph.jl) |
11 | 11 | [](https://github.com/invenia/BlueStyle) |
12 | 12 | [](https://github.com/SciML/ColPrac) |
13 | 13 |
|
14 | | -Documentation for [MTG.jl](https://github.com/VEZY/MTG.jl). |
| 14 | +Documentation for [MultiScaleTreeGraph.jl](https://github.com/VEZY/MultiScaleTreeGraph.jl). |
15 | 15 |
|
16 | 16 | ## Overview |
17 | 17 |
|
18 | | -The goal of MTG.jl is to read, write, analyse and plot MTG (Multi-scale Tree Graph) files. |
| 18 | +The goal of MultiScaleTreeGraph.jl is to read, write, analyse and plot MTG (Multi-scale Tree Graph) files. |
19 | 19 |
|
20 | 20 | The Multi-Scale Tree Graph, or MTG, is a data structure used to encode a plant to describe its topology (*i.e.* structure) and any attributes (*e.g.* geometry, colours, state...). It was developed in the [AMAP lab](https://amap.cirad.fr/) in the 90's to cope with the need of a generic yet scalable structure for plant topology and traits measurement, analysis and modelling. |
21 | 21 |
|
22 | 22 | The format is described in details in the original paper from Godin et al. (1997). |
23 | 23 |
|
24 | 24 | The MTG format helps describe the plant at different scales at the same time. For example we can describe a plant at the scale of the organ (e.g. leaf, internode), the scale of a growth unit, the scale of the axis, the crown or even at the whole plant. |
25 | 25 |
|
26 | | -You can find out hw to use the package on the [Getting started](@ref) section. |
| 26 | +You can find out how to use the package on the [Getting started](@ref) section. |
27 | 27 | ## References |
28 | 28 |
|
29 | 29 | Godin, C., et Y. Caraglio. 1998. « A Multiscale Model of Plant Topological Structures ». Journal of Theoretical Biology 191 (1): 1‑46. https://doi.org/10.1006/jtbi.1997.0561. |
|
0 commit comments