Data Visualization Lab for btech students
Data Visualization Lab for btech students
COURSE OBJECTIVE:
The main objectives of the course are to
To visualize the different datasets using histograms, line charts.
To understand the use of bar charts and box plots.
To understand Scatter plots, mosaic plots
To understand different Map visualizations
To learn advanced graphs such as correlogram, heatmap and 3D graphs.
Experiments
1. Load VADeaths(Death Rates in Virginia)dataset in R and visualize the data using
different histograms.
2. Load air quality dataset in R and visualize La Guardia Airport’s dialy maximum
temperature using histogram.
3. Load AirPassengers dataset in R and visualize the data using line chart that shows
increase in air passengers over given time period.
a) Load iris dataset in R, visualize the data using different Bar Charts and also
demonstrate the use of stacked plots.
4. b)Load air quality dataset in R and visualize ozone concentration in air.
a) Load iris dataset in R, visualize the data using different Box plots including group
by option and also use color palette to represent species.
b) Load air quality dataset in R and visualize air quality parameters using box plots.
5. Visualize iris dataset using simple scatter, multivariate scatter plot and also
visualize scatter plot matrix to visualize multiple variables across each other.
6. Load diamonds dataset in R and visualize the structure in datasets with large data
points using hexagon binning and also add color palette then use the
7. Load HairEyeColor dataset in R and plot categorical data using mosaic plot.
8. Load mtcars dataset in R and visualize data using heat map.
9. Install leaflet library in R and perform different map visualizations.
10. Visualize iris dataset using 3d graphs such as scatter3d, cloud, xyplot.
11. Make use of correlogram to visualize data in correlation matrices for iris dataset.
12. Install maps library in R and draw different map visualizations.
COURSE OUTCOMES:
Upon the completion of the course, the students will be able to:
Apply appropriate R functions and libraries to visualize univariate, bivariate,
CO1: and multivariate datasets using histograms, bar charts, line charts, and scatter
plots.(L3)
Analyze real-world datasets using advanced visualization techniques such as
CO2: box plots, hexbin plots, 3D plots, heatmaps, and correlograms. (L4)
Create interactive map visualizations using libraries such as leaflet and maps
CO4:
in R to represent spatial/geographical data. (L6)
1. [Link]
2. [Link]