Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.54 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.54 KB

Activity: Bird Species

Instructions

  • Each student will submit the activity individually to Canvas, but students are encouraged to help one another complete the work
  • Complete the Bird Species Activity found in the DataComputing eBook
    • every step in the activity should have narrative text describing your observations; most steps also require code chunks and corresponding output.
    • you should make commits in GitHub as you complete the activity
  • submit the completed RMarkdown file (.Rmd) and R Notebook (.nb.html) to Canvas before deadline
  • Remember to push your changes to GitHub

Grading

Assignment is worth a total of 10 points

  • [1 points] Task 1: answer each question posed
  • [2 points] Task 2: execute join and answer questions
  • [3 points] Task 3: identify major species
  • [1 points] Task 4: include a useful bar graph (executed from ggplot2 code)
  • [2 points] Task 4: answer questions
  • [1 points] Push changes to GitHub with atleast 3 committs

Tips / Hints

  • In Task 2, one of the prompts asks "What were the variable(s) that will be added?" To clarify, you are looking for any variable(s) now existing in the Corrected data frame, that had not been available in the the OrdwayBirds data frame.

  • In Task 3, you pick your own threshold. Whichever threshold you pick, make sure it satisfies the requirements of the task.

  • In Task 4, Use the ggplot template code provided to create the graph(s). Remark: You can also use esquisser() or mplot() to create plot that you think would be helpful, but this is not required.