aes-utils: Generate ggplot aesthetic instructions

Description Usage Arguments Value Author(s) Examples

Description

Generate ggplot aesthetic instructions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
.buildAes(
  x = TRUE,
  y = TRUE,
  color = FALSE,
  shape = FALSE,
  size = FALSE,
  fill = FALSE,
  group = FALSE,
  alt = NULL
)

Arguments

x

A logical that indicates whether to enable x in the aesthetic instructions (default: TRUE).

y

A logical that indicates whether to enable y in the aesthetic instructions (default: TRUE).

color

A logical that indicates whether to enable color in the aesthetic instructions (default: FALSE).

shape

A logical that indicates whether to enable shape in the aesthetic instructions (default: FALSE).

size

A logical that indicates whether to enable size in the aesthetic instructions (default: FALSE).

fill

A logical that indicates whether to enable fill in the aesthetic instructions (default: FALSE).

group

A logical that indicates whether to enable group in the aesthetic instructions (default: FALSE).

alt

Alternative aesthetics, supplied as a named character vector.

Value

Aesthetic instructions for ggplot as a character value.

Author(s)

Kevin Rue-Albrecht

Examples

1

iSEE documentation built on Feb. 3, 2021, 2:01 a.m.