Oak City Data
Oak City Data
Posts
Projects
About Me
Resume
Posts
Raising The Bar: Designing Better Bar Charts
Introduction Bar charts are the workhorse of information graphics. They’re perhaps the most common kind of visualization out there. Bar …
Last updated on Dec 18, 2022
3 min read
Vector Recycling in R
What is Vector Recycling? Vector recycling is the process by which each of the vectors in a group of vectors is standardized to have …
Last updated on Oct 19, 2022
4 min read
R
Configuration Files in R: Creating Consistency between (Work) Sessions
R has two kinds of configuration files that can be modified “to control the behavior of an R session”.These configuration …
Oct 12, 2022
5 min read
R
Re-vision: Russian Embargo
Introduction The other day I came across a data visualization that caught my attention. The visualization was featured in the article …
Last updated on Oct 12, 2022
10 min read
The `$` Operator in R
The
$
operator is an extraction operator used to extract a single element from a list or “list-like” object. It is a …
Akindele Davies
Last updated on Aug 10, 2022
6 min read
R
Visualizing Missing Data
Introduction The first step of any data analysis is to asses your data. Typically, this assessment takes a quantitative form. One might …
Oct 12, 2022
4 min read
R
Simulating Data in R: The Bootstrap
Introduction A common problem in data analysis is a lack of data. This is unfortunate because when it comes to data: more is more. The …
Oct 12, 2022
5 min read
R
Conditional Control Flow in R
What is Control Flow? One of the fundamental techniques in imperative-style programming is the use of control flow constructs to …
Last updated on Oct 12, 2022
7 min read
R
Descriptors: On your mark, *get*, *set*, *delete*!
Introduction Great design makes the complex appear simple. By this standard, Python is certainly an elegantly designed langauge. Among …
Last updated on Oct 12, 2022
6 min read
Python
Cite
×