September 2014

Zoom, zoom, googleVis

September 2, 2014 | Markus Gesmann

The Google Charts API is quite powerful and via googleVis you can access it from R. Here is an example that demonstrates how you can zoom into your chart. In the example below I set the maximum zoom level to 5% of the chart. Drag and pan with a left mo...
[Read more...]

Labor day distribution fun

September 1, 2014 | Matt Asher

Pinned, entropy augmented, digitally normal distribution, of no particular work-related use and thus perfectly suitable for today. Code in R: iters = 1000 sd = 2 precision = 20   results = rep(0,iters)   for(i in 1:iters) { x = floor(rnorm(20,5,sd) %% 10) results[i] = paste(c('.',x),sep="",collapse="") }   results = as.numeric(results)   plot(density(results,... [Read more...]

RSiteCatalyst Version 1.4 Release Notes

September 1, 2014 | Randy Zwitch

It felt like it would never happen, but RSiteCatalyst v1.4 is now available on CRAN! There are numerous changes in this version of the package, so unlike previous posts, there won’t be any code examples. THIS VERSION IS ONE BIG BREAKING CHANGE While not the most important improvement, it ... [Read more...]

5 Ways to Do 2D Histograms in R

September 1, 2014 | Myles Harrison

Introduction Lately I was trying to put together some 2D histograms in R and found that there are many ways to do it, with directions on how to do so scattered across the internet in blogs, forums and of course, Stackoverflow.As such I thought I'd give each a go ... [Read more...]

littler 0.2.0

September 1, 2014 | Thinking inside the box

We are happy to announce a new release of littler. A few minor things have changes since the last release: A few new examples were added or updated, including use of the fabulous new docopt package by Edwin de Jonge which makes command-... [Read more...]

Points Per Touch (PPT): Running Backs

September 1, 2014 | JC Newton

Overview American writer Lewis Grizzard once said that “The game of life is a lot like football. You have to tackle your problems, block your fears, and score your points[...] The post Points Per Touch (PPT): Running Backs appeared first on Fantasy Football Analytics. [Read more...]

Rmetrics Software News

September 1, 2014 | tsetz

[This article was first published on Rmetrics blogs, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your [Read more...]

Introducing H2O Lagrange (2.6.0.11) to R

September 1, 2014 | 0xdata Blog

From my perspective the most important event that happened at useR! 2014 was that I got to meet the 0xdata team and now, long story short, here I am introducing the latest version of H2O, labeled Lagrange (2.6.0.11), to the R and greater data science communities. Before joining 0xdata, I was ... [Read more...]
1 11 12 13

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)