21
Advanced Visualizations
As you saw in Chapter 19, Exploratory Data Analysis, you can create very professional-looking graphs using the ggplot2
package and its extensions. In this chapter, you’ll learn how to create advanced and attractive custom graphs, with a special focus on circular barplots. Circular barplots are particularly useful for showing relationships in data that are periodic or cyclical in nature, providing a visually appealing and space-efficient way to display such patterns. They are ideal for comparing categories that are parts of a whole, such as hours in a day or months in a year, where the circular layout emphasizes the cyclical nature.
The visualization of such plots will be done exclusively using R programming, as it ...
Get Extending Power BI with Python and R - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.