Learn R Programming

nonmemica (version 0.7.4)

metaplot_character: Metaplot Character, Standard Evaluation

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

metaplot_character(x, groups, meta = NULL, simplify = TRUE, sort = TRUE,
  subset, var, ...)

Arguments

x

object

groups

columns by which to group the dataset, passed to fold()

meta

pre-folded metadata; meta(x) by default

simplify

whether to simplify the result, passed to fold()

sort

whether to sort the result, passed to fold()

subset

a condition for filtering data, passed to fold()

var

variables to plot

...

passed arguments

See Also

fold