sii_debug_geom {ggsolvencyii} | R Documentation |
sii_debug_geom
Description
assists in finding level or description mismatches in a set parameter(tables)
Usage
sii_debug_geom(data_descriptionvector,
structure = ggsolvencyii::sii_structure_sf16_eng,
aggregatesuffix = "other", levelmax = NULL, plotdetails = NULL,
fillcolors = NULL, edgecolors = NULL)
Arguments
data_descriptionvector |
(no default) the vector 'description' from the data |
structure |
(no default) the structure dataframe |
aggregatesuffix |
(optional, default = "_other"): |
levelmax |
(optional, no default): the levelmax dataframe, when not filled the expanded structure assumes levelmax was set to 99 for all levels. |
plotdetails |
(optional, no default): the plotdetails dataframe |
fillcolors |
(optional, no default): fillcolor parameter (list with items "description" = "color" where color can be a name, #hexcode or other ) |
edgecolors |
(optional, no default): edgecolor parameter (list with items "description" = "color" where color can be a name, #hexcode or other ) |
Value
prints two comparison tables and puts them in $debug_description and $debug_level
[Package ggsolvencyii version 0.1.2 Index]