Answered step by step
Verified Expert Solution
Question
1 Approved Answer
#Included in this R project folder is the same CSV file from the Module 0 Download. # - - - - - - SETUP -
#Included in this R project folder is the same CSV file from the Module Download.#SETUP#Ensure the tidyverse is installed and loaded.#Load the CSV file into a data frame.#Remove any records with emptyNA values#ASSIGNMENT# In one statement using the pipe operator, create a new data frame formed# by first selecting the name and diameter columnsvariables and then filters # out trees with diameters in the range of inches to inches inclusively# In Canvas for question copy and paste the statement you used here.# How many records are in this new data frame?# How many Black Walnuts JUGLANS NIGRA BLACK WALNUT are in the# data frame created in question # With the data frame created in question use the mutate function to add a # third columnvariable named "TREEDBHCM to this data frame, which contains # the TREEDBH column converted from inches to centimeters.# Conversion Formula: CM IN # In Canvas for question copy and paste the statement you used here.#The coordinates for the northwest corner of Logan Square are:# Longitude X: Lat Y: #The coordinates for the southeast corner of Washington Square are:# Longitude X: ; Lat Y: #See the Boundary.png image in this project folder# Using the original data frame from the "SETUP" section, how many trees are # within this boundary? using R studio
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started