Review the information in the walkthrough of reading data with the here() function. You can find it in the Tips Tricks and Walkthroughs section of the course main page.
To complete this activity you need to:
You need the following data files:
You can find links on the Assignment Data Files tab of the Course Materials section of the main course page.
Each group member needs to download all three files and save them in the data sub folder of your main Environmental Data course folder (the folder that contains your .RProj file).
Use here() and read.csv() to read the three files into data.frame objects called:
Use head()
to view the first few lines of each data
frame.
Check how many columns contain numeric data in each of the 3 data frames.
You can plot histograms for any column that contains numeric data. For data sets with 2 or more numeric columns you can create scatterplots.
If you want to be fancy, you could even create a conditional boxplot for one of the datasets that contains both a numeric and a factor column.
Submit a document with:
file.choose()
!main =
argument).One group member will upload a pdf or html file of the report to Moodle.
Your report will be evaluated based on:
file.choose()