I'm looking to achieve the following plot configuration with ggplot2 where the red area is the "main" graph of the plot and the blue area a completely different graph that I want to include in approximately the proportions showed. Both graphs are intended to be square shaped.
I know this is possible in base r, but no idea regarding whether or not this is feasible with ggplot. Is this even possible? if so, how can I get two blank graphs configured like this in a single plot?