Join us for
RADAR: AI Edition

ggloop (version 0.1.0)

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

Description

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

Usage

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.