This repository is for completing the individual milestone projects for STAT545.
To engage with this repository,
-
Clone it to your local system using git clone <repository_url>
-
Open the R project in RStudio.
-
Load the necessary libraries, such as dplyr and ggplot2 and run the R Markdown files to view the plots depicting various relationships within the Vancouver trees dataset.
Milestone2-
Investigated the following 4 research questions using dplyr and ggplot2 to better analyze the vancouver_trees dataset.
- Is there any relationship between tree diameter and year planted?
- How does longitudinal area affect the plantation of different tree genera?
- How are tree species distributed across different neighborhoods of Vancouver?
- Is there a correlation between the presence of a curb (yes or no) and the height of trees across different neighborhoods in Vancouver?
Generated output folder with two files:
- neighborhood_species_count.csv
- species_model.rds
Produced a knitted md file from mini-project-2.Rmd.