Hello,
I am new to this community and to R. I am making a map and I need to add a north arrow and a scale. I have no idea how to do that.
I would appreciate any help/tips.
Official_Map<-ggplot() +
geom_spatraster(data=map.preds) + scale_fill_gradientn(colours=c('#ffffe5','#fee391','#fe9929','#cc4c02','#662506'), na.value=NA) +
labs(fill="Habitat suitability") +
theme_dark()