getSAGGTypegraphsandSettings {icesSAG} | R Documentation |
Get Details on SAG Charts and Settings
Description
List all possible chart settings for each chart type (0 = general, 1 = Landings etc.).
Usage
getSAGTypeGraphs()
getSAGTypeSettings(SAGChartKey)
Arguments
SAGChartKey |
the type identifier of the SAG chart, e.g. 0, 1, 2, ... |
Value
a data frame with SAG chart type IDs and settings IDs.
Examples
## Not run:
getSAGTypeGraphs()
getSAGTypeSettings(0)[-4]
## End(Not run)
[Package icesSAG version 1.4.1 Index]