I have created three different histograms,
- hist(decreased$Group.1),
- hist(increasd$Group.1) and
- hist(unchanged$Group.1)
Is there any way to combine these three histograms into one grouped histogram with different colors? Do we have to use ggplot for it or is there simpler way?