I am wondering how I can add units to my legend here? I would like to add '%' after each number on the legend. I am using base plot in R. There seems to be many solutions for ggplot2, but I can't seem to find this answer for base plot.
My code thus far:
plot(heat_all_rast, col = topo.colors(70))