fx_ggplot: Effex Function: Visualization

Description Usage Arguments Required metaframe columns Extension Mechanism Examples

Description

This function creates an effectively and explicitly specified visualization of several variables in line with the syntax of ggplot2.

Usage

1
fx_ggplot(data, mapping, facet_vars = vars(), ...)

Arguments

data

A dataframe with metaframe() as an attribute

mapping

An aesthetic mapping

facet_vars

Possibly variables, given via ggplot2::vars(), to facet after

...

Parameters to give on to fx_default()

Required metaframe columns

Extension Mechanism

Extensions may be defined over the following functions:

Examples

1
2
fx_ggplot(mtcars, aes(x = mpg))
fx_ggplot(diamonds, aes(x = carat, y = price))

sflippl/tectr documentation built on May 6, 2019, 8:51 a.m.