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 |
How to remove all the objects?
Which function is used to create a boxplot graph in R?
What is the use of sink(), Library () and search() function?
What are the data types in r on which binary operators can be applied?
What is more functions in r and name them?
What is iPlots?
What is the byte in R?
What are packages in r?
How can you save your data in R?
How can you simulate noise model using r?
Explain the concept of principal component analysis?
What are programming features of R?