cherrypi / Science-Fair_2019

Vernal Pond graphing and data, as well as data analysis.
1 stars 0 forks source link

Determine what plots you will make, and render them #12

Closed VCF closed 5 years ago

VCF commented 5 years ago

Once you think you have a handle on ggplot2, you need to determine what scatter plots you want to make to present your data.

cherrypi commented 5 years ago

What do you mean by "on screen"?

cherrypi commented 5 years ago

I get this error message when I run my graph in R: Warning messages: 1: Removed 57 rows containing non-finite values (stat_smooth). 2: Removed 57 rows containing missing values (geom_point).

VCF commented 5 years ago

Your plots in 9f976f5 look great! You've done a good job learning the weird + notation that ggplot uses.