Learn R Programming

ggloop (version 0.1.0)

remap_xy_TRUE: Uses expand.grid() to create all possible combinations of xy pairings.

Description

Matching duplicates (xy pairings that contain identical xy values) will be tossed, and unordered duplicate pairs (xy pairings which match another xy pair (i.e. (mpg, cyl) == (cyl, mpg))) will be tossed.

Usage

remap_xy_TRUE(lst)

Arguments

lst
A list. The list passe will be the raw list generated from calling aes_assign() and is ran before a remap function for the any "dots" in the list.