powered by
print method for MAgPIE objects for conventient display of magpie data.
# S3 method for magpie print(x, drop = TRUE, ...)
MAgPIE object
argument which controls whether empty dimensions should be skipped or not.
arguments to be passed to or from other methods.
print displays the given MAgPIE object on screen.
print
# NOT RUN { data(population_magpie) print(population_magpie) print(population_magpie[,1,], drop=FALSE) print(population_magpie[,1,]) # }
Run the code above in your browser using DataLab