Learn R Programming

g2r (version 0.1.0)

fig_density: Density

Description

Create a density plot based on x and optionally group aspects.

Usage

fig_density(g2, ..., data = NULL, inherit_asp = TRUE, name = NULL)

Arguments

g2

An object of class g2r as returned by g2r.

...

Any option, aesthetic (asp), or animation (Animation).

data

A data.frame containing data to chart or a list.

inherit_asp

Whether to inherit aspects from g2r.

name

Name of figure, useful to apply functions to specific figures.

Examples

Run this code
# NOT RUN {
g2(iris, asp(Petal.Length, group = Species, color = Species)) %>%
  fig_density()
 
# }

Run the code above in your browser using DataLab