The list of plane types in the ReboundTools
package.
A string list with 3 entries.
- energy
The energy plane graph type.
- expenditure
The expenditure plane graph type.
- consumption
The consumption plane graph type.
Examples
graph_types
#> $energy
#> [1] "Energy"
#>
#> $expenditure
#> [1] "Expenditure"
#>
#> $consumption
#> [1] "Consumption"
#>