Open lforando opened 5 years ago
I think that combining the 3 tables will work if we join() strategically, considering that we've filter each dataset to include the same variables, the only difference being the state that we filtered by. I've already tried marrage() and grid.arrange() which doesn't format the graphs properly... but offers more promise than par() or layout()
looking like merge() could be a promising avenue for combining our 3 separate tables?
Do we want to keep the three separate graphs or (I think) it might be useful to combine the data from all three graphs into one graph or even combine the three graphs into one using par()...what do you guys think?