2016

tint 0.0.3: Tint Is Not Tufte

October 15, 2016 | Thinking inside the box

The tint package, whose name stands for Tint Is Not Tufte , on CRAN offers a fresh take on the excellent Tufte-style for html and pdf presentations. It marks a milestone for me: I finally have a repository with more "stars" than commits. Gotta keep an eye on the big prize... ... [Read more...]

USA/ Canada Roadtrip 2016

October 15, 2016 | Shirin's playgRound

Mapping GPS data from our USA/ Canada Roadtrip This September we went on a roadtrip to the US and Canada. Of course, we had our trusty GPS to guide us along the way - the data from which I downloaded and used to play around with. (If you want to ...
[Read more...]

Visualizing ROC Curves in R using Plotly

October 15, 2016 | Riddhiman

In this post we’ll create some simple functions to generate and chart a Receiver Operator (ROC) curve and visualize it using Plotly. See Carson’s plotly book for more details around changes in syntax. We’ll do this from a credit risk perspective i.e. validating a bank’s ... [Read more...]

The Grammar of Graphics and Radar Charts

October 15, 2016 | C

A radar chart (also known as a web chart, spider chart, or star chart) is described on Wikipedia as 'a two-dimensional chart of three or more quantitative variables represented on axes starting from the same point.'  Although this is an accurate description, it does not express the design and ...
[Read more...]

Tidyverse Presentation

October 15, 2016 | R-bloggers – JIDDU ALEXANDER

The slides of my presentation at Köln R User Meetup on 14 Oct 2016. It covers an introduction to tidy data, tidyverse packages, managing multiple models, managing learning curves and a few extra bits and bobs. The code that generated the content is available as R Notebook on github: github.com/...
[Read more...]

Progress bar overhead comparisons

October 15, 2016 | Peter Solymos

As a testament to my obsession with progress bars in R, here is a quick investigation about the overhead cost of drawing a progress bar during computations in R. I compared several approaches including my pbapply and Hadley Wickham’s plyr. [Read more...]

On the ifelse function

October 14, 2016 | Florian Privé

In this post, I will talk about the ifelse function, which behaviour can be easily misunderstood, as pointed out in my latest question on SO. I will try to show how it can be used, and misued. We will also check if it is as fast as we could expect ... [Read more...]

Optimize Data Exploration With Sapply() – Exercises

October 14, 2016 | John Akwei

The apply() functions in R are a utilization of the Split-Apply-Combine strategy for Data Analysis, and are a faster alternative to writing loops. The sapply() function applies a function to individual values of a dataframe, and simplifies the output. Structure of the sapply() function: sapply(data, function, ...) The dataframe used ... [Read more...]

Make tilegrams in R with tilegramsR

October 14, 2016 | David Smith

In this busy election season (here in the US, at least), we're seeing a lot of maps. Some states are red, some states are blue. But there's a problem: voters are not evenly distributed throughout the United States. In this map (the firethirtyeight.com US election forecast on October 13) Montana (... [Read more...]

reproducible logo generated by ggtree

October 14, 2016 | R on Guangchuang Yu

ggtree provides many helper functions for manupulating phylogenetic trees and make it easy to explore tree structure visually. Here, as examples, I used ggtree to draw capital character G and C, which are first letter of my name :-). To draw a tree in such shape, we need fan layout (...
[Read more...]

Global Temp: Geo-Spatial Records over Time

October 14, 2016 | data_steve

Over the past couple months there have been datavizs showing global average temp trends. They have gotten a lot of media attention, so I got to see examples fairly regularly. Several of them (e.g., 1 and 2) used the same HadCRUT global temperature a... [Read more...]
1 39 40 41 42 43 174

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)