Description Usage Arguments Details Value See Also
View source: R/subsetParameters.R
RAnEnExtra::subsetParameters is a convevient function to subset parameters from forecast and observation lists.
1 | 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. |
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
A forecast or observation list depending on your input list type with the subset parameters.
RAnEnExtra::subsetStations which shares a similar interface and has an usage example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.