| metaplot.character {nonmemica} | R Documentation |
Metaplot Character
Description
Plots character by treating as model name. A dataset is constructed by combining the meta version of the model input with a meta version of the model output and calling metaplot with the result.
Usage
## S3 method for class 'character'
metaplot(x, ..., groups, meta = match.fun("meta")(x), subset)
Arguments
x |
object |
... |
unquoted names of variables to plot, or other named arguments (passed) |
groups |
columns by which to group the dataset |
meta |
metadata; meta(x) by default |
subset |
a condition for filtering data |
See Also
Other superset:
generalize(),
ignored(),
meta.character(),
meta.numeric(),
metaplot.numeric(),
metaplot_character(),
metasuperset(),
meta(),
ninput.character(),
ninput.numeric(),
ninput(),
shuffle(),
superset.character(),
superset.numeric(),
superset(),
superspec.character(),
superspec.numeric(),
superspec()
Examples
library(magrittr)
library(metaplot)
options(project = system.file('project/model',package='nonmemica'))
## Not run:
1001 %>% metaplot(
CWRESI, TAD, SEX,
groups = c('ID','TIME'),
subset = 'MDV == 0',
yref = 0,
ysmooth = TRUE
)
## End(Not run)
[Package nonmemica version 1.0.8 Index]