<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Awesome R Tips and Tricks Archives - Datanovia</title>
	<atom:link href="https://www.datanovia.com/en/blog/category/r-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.datanovia.com/en/blog/category/r-tips-and-tricks/</link>
	<description>Data Mining and Statistics for Decision Support</description>
	<lastBuildDate>Wed, 25 Dec 2019 09:17:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>R Histogram Example Quick Reference</title>
		<link>https://www.datanovia.com/en/blog/r-histogram-example-quick-reference/</link>
					<comments>https://www.datanovia.com/en/blog/r-histogram-example-quick-reference/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Wed, 16 Jan 2019 01:27:04 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8436</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This article shows some R histogram examples. Demo data Weight data by sex: set.seed(1234) wdata = data.frame( sex = factor(rep(c("F", "M"), each=200)), weight = c(rnorm(200, 55), rnorm(200, 58)) ) [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/r-histogram-example-quick-reference/">R Histogram Example Quick Reference</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/r-histogram-example-quick-reference/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create Icon in R</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-icon-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-create-icon-in-r/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Wed, 16 Jan 2019 01:02:20 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8432</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Create Icon in R This article describes how to create icon in R with transparent background from a ggplot. Contents: Prerequisites Load ggplot2 and create a helper theme for [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-create-icon-in-r/">How to Create Icon in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-create-icon-in-r/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add Title to a GGPlot</title>
		<link>https://www.datanovia.com/en/blog/how-to-add-title-to-a-ggplot/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-add-title-to-a-ggplot/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 00:08:47 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[ggplot2 FAQ]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8338</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This tutorial shows how to add title to a ggplot. The function labs() is used. Prerequisites Load required packages and set the theme function theme_minimal() as the default theme: [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-add-title-to-a-ggplot/">How to Add Title to a GGPlot</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-add-title-to-a-ggplot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Stimulate Colorblindness Vision in R Figures</title>
		<link>https://www.datanovia.com/en/blog/how-to-stimulate-colorblindness-vision-in-r-figures/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-stimulate-colorblindness-vision-in-r-figures/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Tue, 20 Nov 2018 06:16:51 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[R Colors]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8215</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This article describes how to simulate colorblindness vision in production-ready R figures using the colorblinr package. We’ll also present some colorblind-friendly palette. In some populations, up to 10% of [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-stimulate-colorblindness-vision-in-r-figures/">How to Stimulate Colorblindness Vision in R Figures</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-stimulate-colorblindness-vision-in-r-figures/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create Beautiful Color Palettes in R</title>
		<link>https://www.datanovia.com/en/blog/how-to-create-beautiful-color-palettes-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/how-to-create-beautiful-color-palettes-in-r/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Tue, 20 Nov 2018 05:41:09 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[R Colors]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8213</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This tutorial describes how to generate color palettes in R. Color is crucial for elegant data visualization. You will learn the basics for using the power of color and, [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/how-to-create-beautiful-color-palettes-in-r/">How to Create Beautiful Color Palettes in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/how-to-create-beautiful-color-palettes-in-r/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Easy Way To Expand Color Palettes in R</title>
		<link>https://www.datanovia.com/en/blog/easy-way-to-expand-color-palettes-in-r/</link>
					<comments>https://www.datanovia.com/en/blog/easy-way-to-expand-color-palettes-in-r/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Mon, 19 Nov 2018 20:53:19 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[R Colors]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8211</guid>

					<description><![CDATA[<p>1&#160;&#160;&#160;&#160;1&#160;&#160;&#160;&#160;&#160;2Shares This article describes how to use the colorRampPalette() R function to expand color palettes. We’ll provide practical example with ggplot2. The color scales defined in the RColorBrewer and in [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/easy-way-to-expand-color-palettes-in-r/">Easy Way To Expand Color Palettes in R</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/easy-way-to-expand-color-palettes-in-r/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>GGPlot Gradient Color</title>
		<link>https://www.datanovia.com/en/blog/ggplot-gradient-color/</link>
					<comments>https://www.datanovia.com/en/blog/ggplot-gradient-color/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Mon, 19 Nov 2018 20:35:22 +0000</pubDate>
				<category><![CDATA[ggplot2]]></category>
		<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[R Colors]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8209</guid>

					<description><![CDATA[<p>1&#160;&#160;&#160;&#160;&#160;&#160;11&#160;&#160;3Shares This article describes how create a ggplot with gradient color. You will learn how to change the ggplot2 default gradient color, as well as, how to set gradient between [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/ggplot-gradient-color/">GGPlot Gradient Color</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/ggplot-gradient-color/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>R Colors: Amazing Resources You Want to Know</title>
		<link>https://www.datanovia.com/en/blog/r-colors-amazing-resources-you-want-to-know/</link>
					<comments>https://www.datanovia.com/en/blog/r-colors-amazing-resources-you-want-to-know/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sun, 18 Nov 2018 15:30:15 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[R Colors]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8205</guid>

					<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This article provides amazing list of R colors that you can use to create beautiful graphics. Colors can be specified either by names or by hexadecimal color codes. There [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/r-colors-amazing-resources-you-want-to-know/">R Colors: Amazing Resources You Want to Know</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/r-colors-amazing-resources-you-want-to-know/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Awesome List of Hexadecimal Colors You Should Have</title>
		<link>https://www.datanovia.com/en/blog/awesome-list-of-hexadecimal-colors-you-should-have/</link>
					<comments>https://www.datanovia.com/en/blog/awesome-list-of-hexadecimal-colors-you-should-have/#comments</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sun, 18 Nov 2018 11:07:04 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[R Colors]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8201</guid>

					<description><![CDATA[<p>&#160;&#160;11&#160;&#160;&#160;&#160;&#160;&#160;&#160;2Shares This article presents an awesome list of hexadecimal colors chart. You will also learn how to use these colors in R. When creating a plot, colors can be specified [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/awesome-list-of-hexadecimal-colors-you-should-have/">Awesome List of Hexadecimal Colors You Should Have</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/awesome-list-of-hexadecimal-colors-you-should-have/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>The A &#8211; Z Of Rcolorbrewer Palette</title>
		<link>https://www.datanovia.com/en/blog/the-a-z-of-rcolorbrewer-palette/</link>
					<comments>https://www.datanovia.com/en/blog/the-a-z-of-rcolorbrewer-palette/#respond</comments>
		
		<dc:creator><![CDATA[Alboukadel]]></dc:creator>
		<pubDate>Sun, 18 Nov 2018 08:45:59 +0000</pubDate>
				<category><![CDATA[R Tips and Tricks]]></category>
		<category><![CDATA[R Colors]]></category>
		<guid isPermaLink="false">https://www.datanovia.com/en/?p=8199</guid>

					<description><![CDATA[<p>122&#160;21&#160;3&#160;&#160;&#160;11Shares&#160; RColorBrewer is an R package that contains a ready-to-use color palettes for creating beautiful graphics. This article presents the different color palettes available in the RColorBrewer package. You will [&#8230;]</p>
<p>The post <a href="https://www.datanovia.com/en/blog/the-a-z-of-rcolorbrewer-palette/">The A &#8211; Z Of Rcolorbrewer Palette</a> appeared first on <a href="https://www.datanovia.com/en">Datanovia</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.datanovia.com/en/blog/the-a-z-of-rcolorbrewer-palette/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 114/457 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 78/194 queries in 0.118 seconds using APC

Served from: www.datanovia.com @ 2025-07-22 20:55:22 by W3 Total Cache
-->