aes_group: Create unique pairings between 'x', 'y' and 'dots'.

Description Usage Arguments Details

View source: R/aes.wrangle.R

Description

aes_group() uses a list of x's and y's to create each unique combination with dots.

Usage

1
aes_group(lst)

Arguments

lst

A list. The list that will be passed to aes_group() will be the list produced by aes_assing().

Details

aes_group() uses an lapply loop to give every dots element with a copy of the x and y vectors (if any). This creates a list in which the first set of components correspond to the combination of dots elements, and the second set of components (the nested components) correspond to the x and y vectors.


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