Solution: Create Plots with Categorical Data
Let's look at the solution to the previous exercise.
Solution
The plot()
function is an essential and fundamental function in R. Let’s explore what happens when we give it a single vector of numbers.
When we provide plot()
with the variable species
...