View source: R/MetadataFilter.R
MetadataFilter | R Documentation |
Filters data based on the Lakedata Table and other Metadata. To see with data fits please use the ShowMetaDataFilters function.
MetadataFilter( data, NAignore = TRUE, Filter1 = c(name = "metdataName", criteria = c("greater", "smaller", "TRUE", "FALSE"), value = NULL), Filter2 = c(name = "metdataName", criteria = c("greater", "smaller", "TRUE", "FALSE"), value = NULL), Filter3 = c(name = "metdataName", criteria = c("greater", "smaller", "TRUE", "FALSE"), value = NULL), Filter4 = c(name = "metdataName", criteria = c("greater", "smaller", "TRUE", "FALSE"), value = NULL), Filter5 = c(name = "metdataName", criteria = c("greater", "smaller", "TRUE", "FALSE"), value = NULL) )
data |
List of data generates by the Multivar function. |
NAignore |
If TRUE, value that are NA don't get filtered. |
Filter1 |
|
Filter2 |
Values for Filter 2. |
Filter3 |
Values for Filter 3. |
Filter4 |
Values for Filter 4. |
Filter5 |
Values for Filter 5. |
.Returns the same List but with filtert parameters
This function has only been developed for the Alfred Wegener Institute Helmholtz Centre for Polar and Marine Research and should therefore only be used in combination with their database.
Comma numbers are rounded up.
Tim Kroeger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.