metaplot_character {nonmemica} | R Documentation |
Metaplot Character, Standard Evaluation
Description
Plots character by treating as model name. A dataset is constructed by combining the model input with a the model output and calling metaplot with the result.
Usage
metaplot_character(x, groups, meta = NULL, subset, var, ...)
Arguments
x |
object |
groups |
columns by which to group the dataset |
meta |
metadata; meta(x) by default |
subset |
a condition for filtering data |
var |
variables to plot |
... |
passed arguments |
See Also
Other superset:
generalize()
,
ignored()
,
meta.character()
,
meta.numeric()
,
metaplot.character()
,
metaplot.numeric()
,
metasuperset()
,
meta()
,
ninput.character()
,
ninput.numeric()
,
ninput()
,
shuffle()
,
superset.character()
,
superset.numeric()
,
superset()
,
superspec.character()
,
superspec.numeric()
,
superspec()
[Package nonmemica version 1.0.8 Index]