Returns documentation and default values for export configuration options used in plotting functions.
Value
If as_dataframe
is TRUE, returns a dataframe with export configuration settings.
Otherwise, returns a list with configuration settings.
Details
## **Export Configuration Parameters** - `file_name`: Character. Base name for exported files. Default: `"gtap_plots"` - `width`: Numeric or `NULL`. Plot width in inches. Default: `NULL` (automatically calculated) - `height`: Numeric or `NULL`. Plot height in inches. Default: `NULL` (automatically calculated) - `dpi`: Numeric. Resolution for PNG export. Default: `300` - `bg`: Character. Background color. Default: `"white"` - `limitsize`: Logical. Whether to limit size. Default: `FALSE`