Make sure you explain your visual encodings so that others can interpret them.
R
-
Members Only
Adding Legends in R
-
Emergency room data in R
For my graphic on emergency room visits over time and the other on…
-
Members Only
How to Customize Axes in R
For presentation purposes, it can be useful to adjust the style of your axes and reference lines for readability. It’s all about the details.
-
Link
Colors from images in R →
A how-to to break down images into just their colors.
-
Link
geomnet →
An R package for “Network visualization in the ‘ggplot2’ framework” by the folks at Iowa State.
-
R growth on StackOverflow reigns supreme
Joshua Kunst did a quick analysis on tag usage on StackOverflow, the question…
-
Link
rchess →
An R package for chess move generation and validation.
-
Members Only
How to Make an Animated Pyramid Chart in R
Make a bunch of charts, string them together like a flip book, and there’s your animation. Sometimes good for showing changes over time. Always fun to play with.
-
Link
tigris →
A package to help you download and map TIGER shapefiles in R.
-
Members Only
How to Make Bivariate Area Charts in R
Quickly compare two time series variables with this line-area chart hybrid that originated in the 1700s. Also known as: difference chart.
-
Link
R course material →
A small set of tutorials to learn the basics of R.
-
Link
Work with Google Sheets in R →
Use the googlesheets package to import data.
-
Members Only
How to Make Maps in R That Include Alaska and Hawaii
The conterminous United States always gets the attention, while Alaska and Hawaii are often left out. It is time to bring them back into view.
-
Link
sentimentr →
R package for sentiment detection.
-
Link
quartzFonts() →
Change graphic fonts with this R function in OS X.
-
Tufte style charts in R
Lukasz Piwek is chipping away at a collection of Tufte-style charts using R,…
-
Members Only
How to Map and Use GeoTIFF Files in R
It’s like working with a bunch of tiny dots, and oh look, all of sudden patterns emerge.
-
Link
stringsAsFactors: An unauthorized biography →
In almost every tutorial on this site,
stringsAsFactors
is set toFALSE
when you read in data with a function likeread.csv()
. Why isn’t is just set toFALSE
by default? Of course, there’s a perfectly logical explanation. -
Members Only
How to Make Horizon Graphs in R
The relatively new and lesser known time series visualization can be useful if you know what you’re looking at, and they take up a lot less space.
-
R Consortium for further development of community
The Linux Foundation announced the R Consortium to provide support to the R…