frame_var: Frame

Description Usage Arguments Examples

View source: R/frame.R

Description

Frame a variable.

Usage

1

Arguments

g2

An object of class g2r as returned by g2r.

var

Bare column name of variable to frame.

...

setting .

Examples

1
2
3
4
iris %>% 
  g2(asp(Sepal.Length, Sepal.Width)) %>% 
  fig_point(asp(color = Species)) %>% 
  frame_var(Sepal.Width, min = 0)

JohnCoene/g2r documentation built on March 6, 2021, 8:11 p.m.