What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?
Answer / Amresh Pratap Singh
A bar chart displays categories on the x-axis and their respective counts or values on the y-axis using bars. The bars can be grouped, stacked, or clustered. A histogram is a special type of bar chart that shows the frequency distribution of continuous data by dividing the range of data into intervals called bins.nYou would use a bar chart when you want to compare different categories and their counts or values without considering the underlying data distribution. On the other hand, you would use a histogram when you want to analyze the shape and properties of a continuous dataset's probability distribution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the functions which helps in importing data from other applications in R?
What are sockets in r?
What is rattle package in r?
Compare r and python?
What is the tree in r?
Describe substr() in r string manipulation?
How many control statements are present in r?
What is functional programming and memory issues in on the performance basis?
What are the features of r programming?
What is meant by ANOVA models in R?
List the functions available in “dplyr” package?
What is an Atomic vector and how many types of atomic vectors are present in R?