View source: R/getVerticalLevelPars.R
getVerticalLevelPars | R Documentation |
Returns the selected level value (if any) and a suitable java structure. This is a subroutine
of loadGridDataset
, whose output is passed to makeSubset
.
getVerticalLevelPars(grid, level)
grid |
An object of the java class ‘GeoGrid’) |
level |
Vertical level. Passed by |
The function opens the grid and checks all possible level values.
A list with the level value and either a java Range or a java null reference defining the index of the vertical axis (null if no vertical levels exist)
J. Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.