ProjectOne.Rmd
Below are the questions for the first data practical assignment. This project uses the “FossilAnts.csv” file, located in the data directory for the project. The point value of each question is denoted next to it. A blank cell is below each for your answer; feel free to create more blank cells as needed.
(5 pts) Create a directory called projects
, and in
it, a subdirectory called project_one
. Use
download.files
to get this
file, and this
one.
5 pts. Import the tidyverse
package and load the
data. The data for this part of the practical is located in the data
directory. Save the data in a variable called project_dat
.
Print the data to the screen to ensure it loaded correctly.
#Enter Your Answer Here
# Answer here
#Answer Here
Tribe
column. In your
opinion, are these intelligent missing values for the dataset? Why or
why not? If not, how would you like to change them?#Answer here
# Answer here
separate
function.
# Show how you would pull up the help
#Answer here
Next, we will test a hypothesis. Your hypthesis is that there are more specimens in the 75 million years ago (mya) - 100 mya interval than the 30 mya to the present interval.
#Answer Here
#Answer here
#Answer here
project_one_data_output
. Save it as a csv
file called “column_separated.csv”
# Answer here
#Answer here
(5 pts) Change the font size on your histogram so that it can be read comfortably on your computer screen from five feet away. Save the file as “large_font.pdf”.
Finally, produce a histogram of counts for each subfamily.