RAnEnExtra::subsetParameters is a convevient function to subset parameters from forecast and observation lists.

subsetParameters(index, l, verbose = T)

Arguments

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.

Value

A forecast or observation list depending on your input list type with the subset parameters.

Details

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

See also

RAnEnExtra::subsetStations which shares a similar interface and has an usage example.