Hello,
I want to make the colour gradient white from -3-3 and red and blue. However, I cannot seem to get the breaks recognised, e.g. so from +3 it starts going red, and negative -3 it starts going blue. I think i need to use the breaks function but I cannot get it working.
below is the bit i am having a issue with
1 Like
Hi, remember put a reproducible example of data, for better undestand and all the communty could help you in a better way.
Why reprex?
Getting unstuck is hard. Your first step here is usually to create a reprex, or reproducible example. The goal of a reprex is to package your code, and information about your problem so that others can run it and feel your pain. Then, hopefully, folks can more easily provide a solution.
What's in a Reproducible Example?
Parts of a reproducible example:
background information - Describe what you are trying to do. What have you already done?
complete set up - include any library() calls and data to reproduce your issue.
data for a reprex: Here's a discussion on setting up data for a reprex
make it run - include the minimal code required to reproduce your error on the data…
Other easy way is put the result when you make this.
dput(populations[1:30, ])
system
Closed
September 4, 2022, 8:07pm
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.