metaplot.character: Metaplot Character

View source: R/superset.R

metaplot.characterR 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(), 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()

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)

nonmemica documentation built on Oct. 26, 2024, 1:06 a.m.