Question: Exercise 2 - Draw two basic histogram of the inflorescences values from each dataset (1pts) Create basic (unmodified) histograms of the inflorescences values in urban
Exercise 2 - Draw two basic histogram of the inflorescences values from each dataset (1pts)
Create basic (unmodified) histograms of the inflorescences values in urban and rural datasets, separately.
Save the histogram from the urban dataset into an object called hist_urban and save the histogram from the rural dataset into an object called hist_rural. Do not add any modifiers to the plots as this point (including no titles, axis changes, or color changes)
Instructions:
Exercise 2 - Draw two basic histogram of the inflorescences values from each dataset (1pts)
Create basic (unmodified) histograms of the inflorescences values in urban and rural datasets, separately.
Save the histogram from the urban dataset into an object called hist_urban and save the histogram from the rural dataset into an object called hist_rural. Do not add any modifiers to the plots as this point (including no titles, axis changes, or color changes)
Instructions:
Use the hist() function
Draw a separate histogram for each dataset
Use the $ notation to specify the column from the data frame
For this question, do not change the axis or title names.
When saving the plot into an object, it will automatically display the plot for you to review
In [ ]:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
