I have many ggplots with 2 legends each. I want to create two standardized legends that I can add on to my maps. I have tried the get_legend function to create each of these legends and added them to my maps. When I do this, the legends are as large as the maps. Is there a way to adjust the size and location of the legends?
legend<- get_legend(mvc08)
legend2<- get_legend(legendhr)
c1<- abplot08 + abplot12+ abplot14+ abplot15+ legend + legend2