Amanda Cox from the New York Times was on the Data Stories podcast.…
R
-
Working with R at the New York Times
-
Link
imager →
An R package for image processing.
-
Members Only
How to Make Variable Width Bar Charts in R
The code to create these bar chart variations is almost the same as if you were to make a standard bar chart. But make sure you get the math right.
-
R is quirky, flawed, and an enormous success
Most people who use R on the regular learned the language in the…
-
Length of the average master’s thesis
A while back beckmw found the average length of a dissertation for various…
-
Link
WikidataR →
An API client for the ‘Wikidata’ store of semantic data.
-
A Course for Visualization in R, Taking You From Beginner to Advanced
Where to start? What to learn next? Here’s a course to help take you from beginner to advanced.
-
Members Only
How to Make Dot Plots in R
It’s easy to draw dots. The challenge is to make them meaningful and readable.
-
Members Only
How to Make Line Charts in R
Learn to draw lines wherever and however you want, and you’ve got yourself some flexibility.
-
Link
Making waffle charts in R →
An alternative to the pie chart to show proportions.
-
htmlwidgets: Create interactive web charts in R
If you don’t want to bother with JavaScript but want to publish interactive…
-
Members Only
R Cheat Sheet and Guide for Graphical Parameters
You can customize graphics in R with
par()
, but the docs are mostly text and just organized alphabetically. Here is a more visual reference, categorized by what you can change. Plus, a one-page printout. -
R site updated
The R site has a new face. It looked dated for years —…
-
Members Only
How to Make and Use Bar Charts in R
The chart type seems simple enough, but there sure are a lot of bad ones out there. Get yourself out of default mode.
-
rvest: R package to scrape web data
Inspired by the Python libraries RoboBrowser and BeautifulSoup, the rvest package by Hadley…
-
Loading Data and Basic Formatting in R
It might not be sexy, but you have to load your data and get it in the right format before you can visualize it. Here are the basics, which might be all you need.
-
Members Only
Choropleth Maps and Shapefiles in R
Fill those empty polygons with color, based on shapefile or external data.
-
Members Only
Working with Map Projections and Shapefiles in R
No need to settle for the mapping defaults in R. Apply map projections to show geographic data in a way most suitable for your work.
-
Rising R usage in the sciences
R continues its growth, and usage in the sciences is no exception. Nature…
-
Members Only
Mapping With Shapefiles in R – Getting Started
Geographic data is often available as a shapefile, and there’s plenty of heavy software to get that data in a map. R is an open source option, and as a bonus, much of the work can be done in a few lines of code.