R Custom Color Scale for Plotting
问题 I am attempting to create a custom scale that will better display the data I have. For the first plot, the data was relatively uniform, falling in between 0 and 3. However, for my second dataset, the majority of the data is less than 100, and approximately 90% of the data is under 1000. (plots at bottom) The column with the values I am trying to plot is named 'data1', and the values are whole numbers ranging from 0-10000. I tried applying the code on https://gis.stackexchange.com/questions