Question: Complete 3.1.6 Homework Problem 2 using the code on pages 91 and 96, additionally finding the lengths of the shortest and longest rivers that flow


Complete 3.1.6 Homework Problem 2 using the code on pages 91 and 96, additionally finding the lengths of the shortest and longest rivers that flow into each of the bodies of water. Try to write one line of code to find all 8 of these numbers. If you get an error that says something like, "unknown function df_stats," make sure you have all of the relevant packages available by going to Tools > Install Packages, typing mosaic, MASS, Weighted.Desc.Stat, arm in the box, and clicking Install, then running library(mosaic), library(MASS), etc. in your console/Rmd file. You should do this every time you start a new R session/Rmd file to have all of the appropriate functions. Report the mean length of Pacific Ocean tributaries (rivers that flow into the Pacific Ocean) here, rounded to the nearest kilometer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
