Is it possible to plot, in the same plot, histograms for data coming from two different data.frames
in ggplot
?
The answer to this question provides the right plots (in terms of the looks); however, it mandates that the data is combined in one data.frame
. This is quite tough for me as the data.frame
s have many columns which are different, and a straightforward rbind()
does not work