knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(edcpR)

Please complete the following problems.

Remember:

Data

Load in the data you will need as follows:

data(vegdata_a2,  package = "edcpR")

Part 1

Check the structure of the vegdata_a2 dataset:

Part 2

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.

Part 3

Create a scatterplot using the ggplot2 package, meeting the following criteria:

Upload

Upload the following files to Toledo:

Remember to upload everything before October 27, 12 am (= at noon!).



wardfont/edcpR documentation built on Dec. 23, 2021, 5:07 p.m.