RAnEnExtra::subsetParameters is a convevient function to subset parameters from forecast and observation lists.
subsetParameters(index, l, verbose = T)
index | An index vector for parameters to extract |
---|---|
l | A forecast or observation list. For how to create such a list, please see this tutorial. For what members to include in the list, see this doc. |
verbose | Whether to print progress information. |
A forecast or observation list depending on your input list type with the subset parameters.
RAnEnExtra::subsetParameters will select the parameters based on the input index from the following members of the input list (if they exist):
ParameterNames
ParameterCirculars
Data
RAnEnExtra::subsetStations which shares a similar interface and has an usage example.