aes: Title mapping function just like ggplot's aes().

Description Usage Arguments Examples

View source: R/aes.R

Description

Title mapping function just like ggplot's aes().

Usage

1
2
3
4
5
6
7
8
9
aes(
  gWidget,
  x,
  y = NULL,
  color = NULL,
  size = NULL,
  shape = NULL,
  group = NULL
)

Arguments

x

data mapping for x

y

data mapping for y

color

the colorField

size

the sizeField

shape

shapeFiled

group
g

g2plot object

Examples

1
g(data)  %>% point()%>% aes(x,y,color=z)

GOUYONGCHAO/g2plot documentation built on March 31, 2021, 1:49 p.m.