magclass (version 4.107.0)

where: where

Description

Analysis function for magpie objects

Usage

where(x, plot = NULL)

Arguments

x

A logical statement with a magpie object

plot

depreciated. Use the function whereplot in package luplot.

Value

A list of analysis parameters

See Also

whereplot in package luplot

Examples

Run this code
# NOT RUN {
data(population_magpie)
 test<-population_magpie
 dimnames(test)[[1]]<-c("AFG","DEU","FRA","EGY","IND","IDN","RUS","CHN","USA","YEM")
 where(test>500)

# }

Run the code above in your browser using DataCamp Workspace