I have two models showing the effect of different Treatments (A, B, C) on animal diversity in a large plot (Model 1), and in a small plot (Model 2). In Model 1, I included all three Treatments in the model, but in Model 2, Treatment C had to be removed. When I plot the model outputs (in ggplot2), the plot for Model 1 shows Treatments A, B, C on the x axis, but Model 2 of course only shows Treatments A and B on the x axis.
I would like my x-axis to show Treatment A, B, C for both models. How do I add a 'dummy' factor into the plot of Model 2, to ensure that Treatment A and B line up between the two plots (plotted on top of each other).
[See picture for clarification here][1]
Thank you in advance. [1]: https://i.stack.imgur.com/8WiXZ.png