<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Plotting in R With Ggplot2 on Standard error</title><link>https://t-redactyl.io/series/plotting-in-r-with-ggplot2/</link><description>Recent content in Plotting in R With Ggplot2 on Standard error</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 11 May 2016 00:00:00 +0000</lastBuildDate><atom:link href="https://t-redactyl.io/series/plotting-in-r-with-ggplot2/index.xml" rel="self" type="application/rss+xml"/><item><title>Linear regression plots in ggplot2</title><link>https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/</link><pubDate>Wed, 11 May 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Linear regression plots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is the eleventh tutorial in a series on using &lt;code&gt;ggplot2&lt;/code&gt; I am creating with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;. In this tutorial we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating linear regression plots.&lt;/p&gt;</description></item><item><title>Boxplots in ggplot</title><link>https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/</link><pubDate>Mon, 18 Apr 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Boxplots in ggplot&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is the tenth tutorial in a series on using &lt;code&gt;ggplot2&lt;/code&gt; I am creating with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;. In this tutorial we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising boxplots. We will use R's &lt;a href="https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/airquality.html"&gt;airquality dataset&lt;/a&gt; in the &lt;code&gt;datasets&lt;/code&gt; package.&lt;/p&gt;</description></item><item><title>Function plots in ggplot2</title><link>https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/</link><pubDate>Mon, 28 Mar 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Function plots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is the ninth tutorial in a series on using &lt;code&gt;ggplot2&lt;/code&gt; I am creating with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;. In this tutorial we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for plotting and customising functions.&lt;/p&gt;</description></item><item><title>Density plots in ggplot2</title><link>https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/</link><pubDate>Wed, 16 Mar 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Density plots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is the eighth tutorial in a series on using &lt;code&gt;ggplot2&lt;/code&gt; I am creating with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;. In this tutorial we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising density plots. We will use R's &lt;a href="https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/airquality.html"&gt;airquality dataset&lt;/a&gt; in the &lt;code&gt;datasets&lt;/code&gt; package.&lt;/p&gt;</description></item><item><title>Histograms in ggplot2</title><link>https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/</link><pubDate>Sun, 28 Feb 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Histograms in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is the seventh tutorial in a series on using &lt;code&gt;ggplot2&lt;/code&gt; I am creating with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;. In this tutorial we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising histograms. We will use R's &lt;a href="https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/airquality.html"&gt;airquality dataset&lt;/a&gt; in the &lt;code&gt;datasets&lt;/code&gt; package.&lt;/p&gt;</description></item><item><title>Weighted scatterplots in ggplot2</title><link>https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/</link><pubDate>Sat, 13 Feb 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Weighted scatterplots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is the fifth tutorial in a series on using &lt;code&gt;ggplot2&lt;/code&gt; I am creating with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;. In this tutorial we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising weighted scatterplots. These plots are also called 'balloon plots' or 'bubble plots'. We will use R's &lt;a href="https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/airquality.html"&gt;airquality dataset&lt;/a&gt; in the &lt;code&gt;datasets&lt;/code&gt; package. In order to reduce the complexity of these data a little, we will only be looking at the final three months in the dataset (July, August and September).&lt;/p&gt;</description></item><item><title>Scatterplots in ggplot2</title><link>https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/</link><pubDate>Thu, 04 Feb 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Scatterplots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;This is the fifth tutorial in a series on using &lt;code&gt;ggplot2&lt;/code&gt; I am creating with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;. In this tutorial we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising scatterplots. We will use R's &lt;a href="https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/airquality.html"&gt;airquality dataset&lt;/a&gt; in the &lt;code&gt;datasets&lt;/code&gt; package. In order to reduce the complexity of these data a little, we will only be looking at the final three months in the dataset (July, August and September).&lt;/p&gt;</description></item><item><title>Stacked bar plots in ggplot2</title><link>https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/</link><pubDate>Tue, 19 Jan 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Stacked bar plots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;In this fourth tutorial I am doing with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;, we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising stacked bar plots. We will use the same &lt;a href="http://pachamaltese.github.io/stats/trade-chile-china/copper-data-for-tutorial.csv"&gt;dataset&lt;/a&gt; from the &lt;a href="http://t-redactyl.github.io/blog/2015/12/creating-plots-in-r-using-ggplot2-part-1-line-plots.html"&gt;first&lt;/a&gt; post.&lt;/p&gt;</description></item><item><title>Bar plots in ggplot2</title><link>https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/</link><pubDate>Thu, 07 Jan 2016 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Bar plots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;In this third tutorial I am doing with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;, we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising bar plots. We will use the same &lt;a href="http://pachamaltese.github.io/stats/trade-chile-china/copper-data-for-tutorial.csv"&gt;dataset&lt;/a&gt; from the &lt;a href="http://t-redactyl.github.io/blog/2015/12/creating-plots-in-r-using-ggplot2-part-1-line-plots.html"&gt;first&lt;/a&gt; post.&lt;/p&gt;</description></item><item><title>Area plots in ggplot2</title><link>https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/</link><pubDate>Tue, 22 Dec 2015 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/"&gt;Line plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Area plots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;In this second tutorial I am doing with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt;, we will demonstrate some of the many options the &lt;code&gt;ggplot2&lt;/code&gt; package has for creating and customising area plots. We will use the same &lt;a href="http://pachamaltese.github.io/stats/trade-chile-china/copper-data-for-tutorial.csv"&gt;dataset&lt;/a&gt; from the &lt;a href="http://t-redactyl.github.io/blog/2015/12/creating-plots-in-r-using-ggplot2-part-1-line-plots.html"&gt;first&lt;/a&gt; post.&lt;/p&gt;</description></item><item><title>Line plots in ggplot2</title><link>https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/</link><pubDate>Tue, 15 Dec 2015 00:00:00 +0000</pubDate><guid>https://t-redactyl.io/posts/2015-12-15-ggplot-graphs-part-1-line-graphs/</guid><description>&lt;div class="my-8 rounded-lg border border-[#516d57] p-6 bg-green-50"&gt;
 &lt;div class="text-xs font-semibold uppercase tracking-widest text-[#516d57] mb-1"&gt;Part of the series&lt;/div&gt;
 &lt;div class="text-xl font-medium text-gray-800 mb-4"&gt;Plotting in R With Ggplot2&lt;/div&gt;
 &lt;div class="flex flex-col gap-2"&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;1.&lt;/span&gt;
 
 &lt;span class="font-semibold text-gray-900"&gt;Line plots in ggplot2&lt;/span&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;2.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2015-12-22-ggplot-graphs-part-2-area-graphs/"&gt;Area plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;3.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-07-ggplot-graphs-part-3-bar-graphs/"&gt;Bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;4.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-01-19-ggplot-graphs-part-4-stacked-bar-graphs/"&gt;Stacked bar plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;5.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-04-ggplot-graphs-part-5-scatterplots/"&gt;Scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;6.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-13-ggplot-graphs-part-6-weighted-scatterplots/"&gt;Weighted scatterplots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;7.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-02-28-ggplot-graphs-part-7-histograms/"&gt;Histograms in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;8.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-16-ggplot-graphs-part-8-density-plots/"&gt;Density plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;9.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-03-28-ggplot-graphs-part-9-function-plots/"&gt;Function plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;10.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-04-18-ggplot-graphs-part-10-boxplots/"&gt;Boxplots in ggplot&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;div class="flex gap-2 items-baseline"&gt;
 &lt;span class="text-[#516d57] font-medium shrink-0"&gt;11.&lt;/span&gt;
 
 &lt;a href="https://t-redactyl.io/posts/2016-05-11-ggplot-graphs-part-11-linear-regression-plots/"&gt;Linear regression plots in ggplot2&lt;/a&gt;
 
 &lt;/div&gt;
 
 &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I teamed up with &lt;a href="http://pachamaltese.github.io/"&gt;Mauricio Vargas Sepúlveda&lt;/a&gt; about a year ago to create some graphing tutorials in R. On this blog you will find a series of tutorials on how to use the &lt;code&gt;ggplot2&lt;/code&gt; package to create beautiful and informative data visualisations. Each tutorial will explain how to create a different type of plot, and will take you step-by-step from a basic plot to a highly customised graph.&lt;/p&gt;</description></item></channel></rss>