lforando / sds192-mp2

Mini-project 2
0 stars 0 forks source link

Three Separate Graphs or One Graph with the Three Data Tables #4

Open lforando opened 5 years ago

lforando commented 5 years ago

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?

lzdoesdata commented 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()

lzdoesdata commented 5 years ago

looking like merge() could be a promising avenue for combining our 3 separate tables?