Question: This should be done in R Studio. 2 - Vectors from Data Frames Load the data set ixis from the datasets library using the following
This should be done in R Studio.
Vectors from Data Frames
Load the data set ixis from the datasets library using the following code chunk:
dataixis
The data set has the variables Sepal Length, Sepal Width, Petal Length, Petal Width and Species.
a Create a vector named sepal length that contains only the values of the Sepal Length column of iris using the $ operator.
b Determine how many Sepal. Length values are greater than Use the which function to determine which vector indices correspond to those large
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
