Question: Using R ouput the code used For the entirety of this section use the BostonHousing2 dataset. Make sure the mlbench library has been installed using

Using R ouput the code used
For the entirety of this section use the BostonHousing2 dataset. Make sure the mlbench library has been installed using install.packages ( "mlbench") and run the following code. Make sure you only run the package install once. data ("BostonHousing2") df2= BostonHousing 2 df2\$tract = as. character (df2\$tract) 1. Create two plots of the value of owner-occupied homes for each census tract in the town of Lynn. Create 1 using Datawrapper and 1 using R. Make sure each plot has the following for full credit: - Title - Subtitle - Caption - Custom axis labels - An axis with a dollar sign symbol prefix for the tick labels (R-only). - An emphasis on the tract of 2054. - A reference line (R-only) - Meaningful message - Minimal clutter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
