Could someone help me with the task 5 - " We’ve included a boolean ( TRUE
or FALSE
) column in our data frame called Is.Museum
. The TRUE
category includes typical museums like art, history, and science museums. The FALSE
category includes zoos, aquariums, nature preserves, and historic sites, which are included in this data but aren’t what most people think of when they hear the word “museum.”
Create a new bar plot called museum_class
, mapping Is.Museum
to the x
axis. Since “TRUE” and “FALSE” aren’t very descriptive, use scale_x_discrete()
to rename the x
axis labels to more easily understood terms – for example, “Museum” vs “Non-Museum”."? I don´t know how to do it.
Link - https://www.codecademy.com/paths/analyze-data-with-r/tracks/data-visualization-in-r-skill-path/modules/intermediate-data-visualization-with-ggplot-2/projects/data-visualization-in-r-museums
You must select a tag to post in this category. Please find the tag relating to the section of the course you are on
When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!
If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer!