add_layer_cogs {autocogs} | R Documentation |
Add plot layer cognostics
Description
Add a new set of cognostic groups for a given plot layer. If the plot layer is found, the corresponding cognostic groups will be calculated.
Usage
add_layer_cogs(name, description, cog_groups, kind = "ggplot", ...)
Arguments
name |
Name of plot layer. This should match the output of the |
description |
Description of cognostic group |
cog_groups |
A |
kind |
String value that will match the output of |
... |
ignored |
[Package autocogs version 0.1.4 Index]