toolXlargest: toolXlargest

View source: R/toolXlargest.R

toolXlargestR Documentation

toolXlargest

Description

Selects the countries with the highest values in a magpie object

Usage

toolXlargest(x, range = 1:20, years = NULL, elements = NULL, ...)

Arguments

x

magclass object that shall be used for ranking

range

the position of the countries in the top X which should be returned.

years

range of years that shall be summed for ranking. If NULL, the sum of all years is used.

elements

range of elements that shall be summed for ranking. If NULL, all elements are used.

...

further parameters will be handed on to calcOutput function type.

Value

vector with ISO country codes

Author(s)

Benjamin Leon Bodirsky, Jan Philipp Dietrich

Examples

toolXlargest(magclass::maxample("pop"), range = 1:3)

madrat documentation built on Aug. 23, 2023, 5:10 p.m.