0% found this document useful (0 votes)
12 views2 pages

Data Visualization Lab for btech students

lab

Uploaded by

Hari Naidus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

Data Visualization Lab for btech students

lab

Uploaded by

Hari Naidus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

DATA VISUALIZATION LAB

Subject Code: UGAI6P1623 L T P C


III Year / II Semester 0 0 3 1.5

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)

Evaluate and compare the effectiveness of various visualization methods for


CO3: representing large, categorical, and temporal datasets.(L5)

Create interactive map visualizations using libraries such as leaflet and maps
CO4:
in R to represent spatial/geographical data. (L6)

Mapping CO’s to PO’s

POs/ PO PO PO PO PO PO PO PO PO PO PO PSO PSO


COs 1 2 3 4 5 6 7 8 9 10 11 1 2
CO1 3 2 3 – 3 – – – – – 2 2 2
CO2 3 3 3 2 3 – – – – – 2 3 2
CO3 2 3 3 2 3 – – – – – 2 3 3
CO4 3 2 3 2 3 3 – – – – 3 3 3

WEB REFRENC ES:

1. [Link]
2. [Link]

You might also like