Question: #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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
