Explore Connect Documentation
Snippets
1
2
3
4
ggplot(faithful, aes(x = waiting, y = ..density..)) +
  geom_histogram(alpha = 0.3, bins = 30) +
  geom_density(size = 1.5, color = "red")
Press desired key combination and then press ENTER.