autoplot.ggeffects: Create a (blank) ggplot from ggeffects

Description Usage Arguments

View source: R/autoplot.R

Description

Create a (blank) ggplot from ggeffects

Usage

1
2
## S3 method for class 'ggeffects'
autoplot(object, mapping = NULL, rows = waiver(), cols = waiver(), ...)

Arguments

object

A ggeffects object.

mapping

List of aesthetic mappings to use for plot. Defaults (which can be (individually) overridden) are:

  • predicted is mapped to y

  • first term is mapped to x

  • second term is mapped to group, color and fill

  • conf.high/conf.low are mapped onto ymax/ymin

cols, rows

Specs for the facetting of the plot (See cols and rows args in facet_grid()). Defaults to third and forth terms, respectively. Disable facetting by setting both to NULL.

...

Args passed to facet_grid(), sush as labeller, etc.


mattansb/ggggeffects documentation built on Dec. 21, 2021, 2:55 p.m.