Articles

Creating a Line Chart in ggplot 2 in R

Apart from scatter and bar charts, another popular type of chart that is frequently used in financial analysis is the l...

ggplot2 - Chart Aesthetics and Position Adjustments in R

ggplot2 - Aestheitics Generally when we talk about aesthetics, we talk about the attributes of a chart such as the c...

Splitting Plots with Facets in ggplots

Faceting refers to splitting the data into multiple subsets and then displaying plots for the specific subsets in a pan...

Create ggplot Graph with German Credit Data in R

In ggplot2 package, we use the ggplot() function to create a fully customized data visualization. We still ha...

Data Import and Basic Manipulation in R - German Credit Data...

To learn data visualization with ggplot2 in R, we will be making use of various datasets. However, one intere...

Grammar of Graphics in ggplot

We know that the grammar of a language is a set of rules that explain how words are used in a language to form meaningf...

Introduction to ggplot2

We have already learned about how we can create meaningful data visualizations in R using the Base Graphics package. In...

Adding Details and Features to R Plots

We've already seen how we can enhance the plots created in R by adding title, axis labels, legends, etc. Let's learn ab...

Plotting Multiple Datasets on One Chart in R

It's a common scenario to plot multiple datasets together on a single graph. For example, we may want to plot the daily...

Creating a Line Chart in R

In R, we can create a line plot using the same plot() function by adding a plot type of "l". This will plot t...

Creating a Bar Chart in R

In R, we can create a bar plot using the barplot() function. A Bar Plot or Bar Graph is primarily used to com...

Create a Scatter Plot in R with Multiple Groups

Let's say you have Sales Orders data for a sports equipment manufacturer and you want to plot the Revenue and Gross Mar...

How to Create a Scatter Plot in R

When you start analyzing a new dataset, your first requirement would be to know the variables in the dataset and the re...

Accessing Built-in Datasets in R

R comes with many built-in datasets which are quite useful while learning R. To begin learning the basics of data visua...

Graphic Systems in R

If you want to plot a graph in R for your own consumption, it is pretty easy and you can generally do it with a few lin...

Visualization in Data Science

The advent of data science has opened doors to making discoveries from data in new and innovative ways. By combining st...

Understanding Treemap, Heatmap and Other Map Charts

Treemap Treemaps display hierarchical data by using nested rectangles, that is, smaller rectangles within a larger r...

Understanding Japanese Candlestick Charts and OHLC Charts

Japanese Candlestick Chart Japanese Candlestick is a type of financial charts, the modification of OHLC Chart. Candl...

What is a Box Plot and How to Read It

A Box Plot is a convenient way of graphically depicting groups of numerical data through their quartiles. They provide ...

How to Read Scatter Chart and Bubble Chart

Scatter charts show the relationships among the numeric values in several data series, or between two groups of numbers...

Data Science in Finance: 9-Book Bundle

Data Science in Finance Book Bundle

Master R and Python for financial data science with our comprehensive bundle of 9 ebooks.

What's Included:

  • Getting Started with R
  • R Programming for Data Science
  • Data Visualization with R
  • Financial Time Series Analysis with R
  • Quantitative Trading Strategies with R
  • Derivatives with R
  • Credit Risk Modelling With R
  • Python for Data Science
  • Machine Learning in Finance using Python

Each book includes PDFs, explanations, instructions, data files, and R code for all examples.

Get the Bundle for $39 (Regular $57)