Erin-Rooney/XCT-freezethaw

Soilpalette issue

Closed this issue · 2 comments

@kaizadp

Not urgent, but frustrating. Can you see what I'm doing wrong? I followed the examples in your repository to use the soilpalette package and I can't figure out why it's not working. I can switch to just using black/white, but I want to figure out what I'm doing incorrectly. I've tried multiple color palettes from the soilpalette function.

scale_color_manual(values = soil_palette("redox2", 2))

It’s because your aes() has fill, but your scale_ is for color.

Thank you!!!