Answered step by step
Verified Expert Solution
Question
1 Approved Answer
We will work with a different dataset for this problem. Type in the following. > >data(quakes) Use R commands to answer the questions. a. What
We will work with a different dataset for this problem. Type in the following.
>
>data("quakes")
Use R commands to answer the questions. a. What type of object is quakes? b. What are the dimensions of quakes? c. Find the column names of quakes. d. Access the lat and long columns of quakes (at one time, ie. in the same command). e. Access the depth column of quakes and store it in a vector named "my_vec". f. How many of the elements in my_vec are NA? g. How many of the elements in my_vec are NaN?
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