I have two sets of data formed as follows:
A = {id1: 0.3, id2: 0.1, id3: 0.3 ... idn: 0.2}
B = {id1: 0.01, id2: 0.04, id3: 0.75 ... idn: 0.9}
I used the ggplot
function of R to plot the density values in the same graph, thus:
Iwonderwhattheid'sthatareonthepeaksofeachdensityare.Forexample,whataretheid'sthatareinthepeak(inred)ofeachdensity?
I would like to know if the id's are different or equal in the peaks, ie in the high density values.