aes_loop: Create a list of grouped aesthetic mappings.

Description Usage Arguments Details Value

View source: R/aes.loop.R

Description

aes_loop cannot be used affectively outside of ggloop() (or at least with access to the data frame names).

Usage

1
aes_loop(x, y, ...)

Arguments

x, y, ...

A vector of variable names. Vector can consist of a combination of dplyr-like symbols (unqouted names) and numerics/integers referencing the variable position within data.

Details

aes_loop() is solely meant to be called within ggloop(). To create the raw list of grouped mappings, set ggloop()'s gg_obs argument to FALSE.

Value

aes_loop() returns an environment that includes aes.list (the list of grouped aesthetic mappings used inside ggloop()) and a few vectors used by other functions and lapply() loops for control (to eliminate running duplicate code to return a result from a previously ran function).

aes_loop2() returns a list of grouped mappings. This is similar to a bunch of aes() mappings in a list waiting to be passed to ggplot().


ggloop documentation built on May 2, 2019, 3:01 a.m.