Change graphic fonts with this R function in OS X.
Coding
Snippets to mess with data.
-
Link
quartzFonts() →
-
Tufte style charts in R
Lukasz Piwek is chipping away at a collection of Tufte-style charts using R,…
-
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. -
R is quirky, flawed, and an enormous success
Most people who use R on the regular learned the language in the…
-
Link
ArchieML →
“ArchieML (or ‘AML’) was created at The New York Times to make it easier to write and edit structured text on deadline that could be rendered in web pages, or more specifically, rendered in interactive graphics.” Less knowledge of markup language required.
-
Arduino Workshop, a good book for getting started
I started working through Arduino Workshop by John Boxall over the holidays, and…
-
Accessible Web visuals and code with p5.js →
Visualization on the Web can be tricky for those unfamiliar with code. The…
-
Responsive data tables
Alyson Hurt for NPR Visuals describes how they make responsive data tables for…
-
Optimizing your R code
Hadley Wickham offers a detailed, practical guide to finding and removing the major…
-
Create a barebones R package from scratch
While we’re on an R kick, Hilary Parker described how to create an…
-
R for cats and cat lovers
Following the lead of JavaScript for Cats by Maxwell Ogden, Scott Chamberlain and…
-
Introducing R to a non-programmer, in an hour
Biostatistics PhD candidate Alyssa Frazee was tasked with teaching her sister, an undergraduate…
-
Link
For Example
Mike Bostock, creator of D3, believes in using examples to show what can be done with his code.
-
Link
A Guide to Speeding Up R Code for Busy People
A Guide to Speeding Up R Code for Busy People. R can be slow at times. Here are some tips on getting it to go faster.
-
Live Coding Implemented
Remember Bret Victor’s live coding talk from last month? He presented an example…
-
Link
Creating Animated Bubble Charts in D3 →
Use of Force layout, collision detection, and transitions to make this graphic from The New York Times
-
Programming gets you freedom to do what you want with data
Casey Reas and Chandler McWilliams asked visual designers why they write their own…
-
Sorting algorithms demonstrated with Hungarian folk dance
We’ve seen sorting algorithms visualized and auralized, but now it’s time to see…
-
Code to make your own movie barcodes available
You know those compressed movie barcodes that we saw last week? Here’s a…
-
Why everyone should learn programming
Daniel Shiffman, assistant professor at the NYU Interactive Telecommunications Program, talks programming, computation,…