Hi there!
I would like to use the ggplots2 package to a dot plot and plot some phenotype data vs. the latitude coordination (it's the place the where the sample was collected). The dots should be dependent of the size of the phenotype. And there's the problem I failed so far: I have for the phenotype negative and positive values. Do you know if there is a possibility to plot these data where for example -10 and +10 have them same size and values in between have an intermediate sizes?
I don't have any idea about the data structure you have problems with in particular, however I think I get the gist enough to help with a solution.
What you need is a transformation of the value in question, that maps the the positive values and the negative values to the same values, hopefully in a way that preserves size (that is; symmetric and monotonically increasing on the interval [0,+β)). This can be done simply by using the abs function.
Where you can choose to do the transformation inside the aes