# NOT RUN {
gf_dens()
gf_density(~ Sepal.Length, color = ~Species, data = iris)
gf_dens(~ Sepal.Length, color = ~Species, data = iris)
gf_freqpoly(~ Sepal.Length, color = ~Species, data = iris)
# Chaining in the data
iris %>% gf_dens(~ Sepal.Length, color = ~Species)
gf_dens()
gf_density(~ Sepal.Length, color = ~Species, data = iris)
gf_dens(~ Sepal.Length, color = ~Species, data = iris)
gf_freqpoly(~ Sepal.Length, color = ~Species, data = iris)
# Chaining in the data
iris %>% gf_dens(~ Sepal.Length, color = ~Species)
# }
Run the code above in your browser using DataLab