Learn R Programming

nonmemica (version 0.9.1)

metaplot.character: 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 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, 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

Run this code
# NOT RUN {
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
)
# }

Run the code above in your browser using DataLab