(Get Answer) – Use rstudio to generate advanced graphs (using the ggplot2 package) | Analysing and visualizing data · Background: We have seen how simple data analysis and simple graphs assist us with telling the story of raw datasets. Now we will learn how the use of advanced graphs play a major “drilling down” deep into the meaning of the data.Assignment:Use RStudio to generate advanced graphs (using the ggplot2 package) using the dataset below.Graphs to Produce:ggplot2 – Bar Plot: (Use dataset_student_survey_data.csv)x=Smokefill=Exerposition=dodgefacet=Sexx-label=Smokery-label=Countstitle=The Exercise habits of Male and Female students that smokeggplot2 – Histogram: (Use dataset_us_car_price_data.csv)x=Pricefill=Typefacet=Typex-label=Pricey-label=Freqtitle=Car Price Distribution based on Car Typeggplot2 – Box Plot: (Use dataset_production_of_rice_in_india.csv)x=varietiesy=pricefill=bimasfacet=statusx-label=Rice Varietiesx-label=Pricetitle=India Rice Prices based on Varieties, Land Status, and Bimas Programggplot2 – Scatter Plot: (Use dataset_production_of_rice_in_india.csv)x=pricey=wageshape=bimascol=bimasfacet=statusmethod=lmse=Fx-label=Rice Pricey=Wagetitle=India Rice Prices vs Wage broken down by Land Status and Bimas ProgramPlease put all screen shots in a MS Word (other word processors are fine to use but save it in MS Word format). Don’t upload the screen shots individually in the assignment folder! Submit your assignment on or before the due date.