BDA Exp 2
BDA Exp 2
Roll No:
Date:
EXPERIMENT 2
1. Bar Plot
There are two types of bar plots- horizontal and vertical which represent data points as
horizontal or vertical bars of certain lengths proportional to the value of the data item. They
are generally used for continuous and categorical variable plotting. By setting the horiz
parameter to true and false, we can get horizontal and vertical bar plots respectively.
2. Histogram
A histogram is like a bar chart as it uses bars of varying height to represent data distribution.
However, in histogram values are grouped into consecutive intervals called bins. In a
Histogram, continuous values are grouped and displayed in these bins whose size can be
varied.
3. Box Plot
The statistical summary of the given data is presented graphically using a boxplot. A boxplot
depicts information like the minimum and maximum data point, the median value, first and
third quartile, and interquartile range.
4. Scatter Plot
A scatter plot is composed of many points on a Cartesian plane. Each point denotes the value
taken by two parameters and helps us easily identify the relationship between them.
5. Heat Map
Heatmap is defined as a graphical representation of data using colours to visualize the value
of the matrix. heatmap () function is used to plot heatmap.
6. Map visualization in R
Here we are using maps package to visualize and display geographical maps using an R
programming language.
7. 3D Graphs in R
Here we will use preps () function, this function is used to create 3D surfaces in perspective
view. This function will draw perspective plots of a surface over the x–y plane.
1.
2.
3.
4.
5.
Conclusion: We learnt about Data visualisation using R and its types and its advantages.