title() function in R Language is used to add main title and axis title to a graph. This function can also be used to modify… Read More
Tag Archives: R-Graphs
segment() function in R Language is used to draw a line segment between to particular points. Syntax: segments(x0, y0, x1, y1) Parameters: x, y: coordinates… Read More
Social Network Analysis (SNA) is the process of exploring or examining the social structure by using graph theory. It is used for measuring and analyzing… Read More
Predictive analysis in R Language is a branch of analysis which uses statistics operations to analyze historical facts to make predict future events. It is… Read More
When it comes to interpreting the world and the enormous amount of data it is producing on a daily basis, Data Visualization becomes the most… Read More
A waffle chart shows progress towards a target or a completion percentage. Waffle Charts are a great way of visualizing data in relation to a… Read More
ggplot2 package in R Programming Language also termed as Grammar of Graphics is a free, open-source, and easy-to-use visualization package widely used in R. It… Read More
R Programming language is mostly used for statistics and data analytics purposes to represent the data graphically in the software. To represent those data graphically,… Read More
ANOVA also known as Analysis of variance is used to investigate relations between categorical variables and continuous variable in R Programming. It is a type… Read More
Statistics is a form of mathematical analysis that concerns the collection, organization, analysis, interpretation, and presentation of data. The statistical analysis helps to make the… Read More
Every programming language has packages to implement different functions. Many functions are bundled together in a package. To use those functions, installation and loading of… Read More