tau | R Documentation |
Calculates Landuse intensity indicator tau based on a MAgPIE gdx file
tau(
gdx,
file = NULL,
level = "reg",
start_value = FALSE,
digits = 4,
prev_year = "y1985",
type = "crop"
)
gdx |
GDX file |
file |
a file name the output should be written to using write.magpie |
level |
Level of regional aggregation; "reg" (regional), "glo" (global), "regglo" (regional and global) or any other aggregation level defined in superAggregate |
start_value |
If TRUE, the initial values are added under the year |
digits |
The result will be rounded to this number of digits |
prev_year |
Year to store the initialization tau information in |
type |
type of tc 'pastr' or 'crop'; or "both" if both are needed |
A MAgPIE object containing tau values (index)
Jan Philipp Dietrich
## Not run:
x <- tau(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.