| metaplot.character | R Documentation |
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.
## S3 method for class 'character'
metaplot(x, ..., groups, meta = match.fun("meta")(x), subset)
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 |
Other superset:
generalize(),
ignored(),
meta(),
meta.character(),
meta.numeric(),
metaplot.numeric(),
metaplot_character(),
metasuperset(),
ninput(),
ninput.character(),
ninput.numeric(),
shuffle(),
superset(),
superset.character(),
superset.numeric(),
superspec(),
superspec.character(),
superspec.numeric()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.