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

Data Visualization

The document outlines the course structure for a Data Visualization Lab for B.Tech students, detailing objectives and outcomes related to visualizing datasets using various graphical methods in R. It includes a list of experiments that students will perform, such as creating histograms, line charts, bar charts, and advanced visualizations like heatmaps and 3D graphs. Additionally, it provides web references for further learning on data visualization in R.

Uploaded by

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

Data Visualization

The document outlines the course structure for a Data Visualization Lab for B.Tech students, detailing objectives and outcomes related to visualizing datasets using various graphical methods in R. It includes a list of experiments that students will perform, such as creating histograms, line charts, bar charts, and advanced visualizations like heatmaps and 3D graphs. Additionally, it provides web references for further learning on data visualization in R.

Uploaded by

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

PACE ITS III-B.

Tech- AIDS - II- Sem R23

Course
Course
Course Name Structure
Code
L T P C
P23ADL05 DATA VISUALIZATION LAB 0 0 3 1.5

Internal Marks: 30 External Marks: 70

Course Objectives:
1. To visualize the different datasets using histograms, line charts.
2. To understand the use of bar charts and box plots.
3. To understand Scatter plots, mosaic plots
4. To understand different Map visualizations
5. To learn advanced graphs such as correlogram, heatmap and 3D graphs.

Course Outcomes: At the end of the course student will be able to


[Link] the different datasets using histograms, line charts.
2. Make use of bar charts and box plots on different datasets
3. Apply Scatter plots, mosaic plots in R for different datasets
4. Apply different Map visualizations in R
5. Create advanced graphs such as correlogram, heatmap and 3D graphs.

List of Experiments
1. a) Load VADeaths(Death Rates in Virginia)dataset in R and visualize the data
using different histograms.
b) Load air quality dataset in R and visualize La Guardia Airport’s dialy maximum
temperature using histogram.
2. Load AirPassengers dataset in R and visualize the data using line chart that
shows increase in air passengers over given time period.
3. a) Load iris dataset in R, visualize the data using different Bar Charts and also
demonstrate the use of stacked plots.
b)Load air quality dataset in R and visualize ozone concentration in air
4. 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.

1
PACE ITS [Link]- AIDS - II- Sem R23

12. Install maps library in R and draw different map visualizations.

Web References:
1. [Link]
2. [Link]

You might also like