i am having this dataset. city Total Rural Urban faridabad 873 872 873 gurgaon 854 878 844 noida 851 874 836 ghaziabdad 881 880 882 delhi 866 852 872
can any1 please tell me how can i make graphs from this dataset.
Hi @mehak. It is hard to help you without knowing what in the data set you provided you would like to plot. In general, I would start by reading the Data Visualisation Chapter in R for Data Science by Grolemund & Wickham. You could also try some of the code available on the Cookbook for R website. Hope this helps get you started.