knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(edcpR)
Please complete the following problems.
Remember:
#
). Without comments, we don't know if you understand what is happening.Load in the data you will need as follows:
data(vegdata_a2, package = "edcpR")
Check the structure of the vegdata_a2 dataset:
Are there any outlier values in the Elevation variable from my_df_1? If so, identify the outliers and remove the corresponding rows from the data frame. Save the new data frame in an object called my_df_2.
Create a scatterplot using the ggplot2 package, meeting the following criteria:
Upload the following files to Toledo:
Remember to upload everything before October 27, 12 am (= at noon!).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.