View source: R/plotting-framework-functions.R
checkDimensionValues | R Documentation |
This is an internal helper function which either stops if a dimension is requested to be plotted but is not present dimension, it gives a warning
checkDimensionValues(fields, input.values = NULL, dimension)
fields |
The list of Fields to be plotted (should have been check by santiseFieldsForPlotting first) |
input.values |
A list of the values that have been requested to be plotted |
dimension |
A character string specifying which dimension is to be checked (one of "Lon", "Lat", "Year", "Month", "Day" or "Season") |
Returns character vector of the layers to be plotted
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.