Book Image

R Data Visualization Cookbook

Book Image

R Data Visualization Cookbook

Overview of this book

If you are a data journalist, academician, student or freelance designer who wants to learn about data visualization, this book is for you. Basic knowledge of R programming is expected.
Table of Contents (12 chapters)
11
Index

Chapter 8. Visualizing Continuous Data

In this chapter, we will cover the following recipes:

  • Generating a candlestick plot
  • Generating interactive candlestick plots
  • Generating a decomposed time series
  • Plotting a regression line
  • Constructing a box and whiskers plot
  • Generating a violin plot
  • Generating a quantile-quantile plot (QQ plot)
  • Generating a density plot
  • Generating a simple correlation plot