How I can align all these four graphs together but been all of them alignment at the same x axis level.
This is what I have done so far.
grid.newpage()
vplayout <- function(x, y) viewport(layout.pos.row = x, layout.pos.col = y)
pushViewport(viewport(layout = grid.layout(1, 4)))
print(insec, vp=vplayout(1,1))
print(waste, vp=vplayout(1,2))
print(herb, vp=vplayout(1,3))
print(fung, vp=vplayout(1,4))
I mean, I need all my graphs align at the level of "wastewater chemical"