The assignment was to create a valid boxplot and subsequent stats; mean, median, SD,
... [Show More]
for the data collected. Data collected includes buildings on campus, direction from building, and temperature. Data was then compiled into R studio in order to create the boxplots. When uploading tab delimited file to R studio use CTRL + ENTER in order to run the <-read.table(file.choose(),header="T"
[Show Less]