September 2018

Where am I?

September 22, 2018 | HighlandR

Notes on the here package - The here package is pretty simple ( only 3 functions), but I keep messing things up when I try to create paths with it, so this is my aide-memoire. It might be useful for others too. Here finds the root of your cu... [Read more...]

Where am I?

September 22, 2018 | HighlandR

Notes on the here package - The here package is pretty simple ( only 3 functions), but I cannot remember how to use it to navigate folders, so this is my aide-memoire. It might be useful for others too. Here finds the root of your current fo... [Read more...]

Union Multiple Data.Frames with Different Column Names

September 22, 2018 | statcompute

On Friday, while working on a project that I needed to union multiple data.frames with different column names, I realized that the base::rbind() function doesn’t take data.frames with different columns names and therefore just quickly drafted a rbind2() function on the fly to get the job ...
[Read more...]

Simple Steps to Create Treemap in R

September 21, 2018 | Perceptive Analytics

The following document details how to create a treemap in R using the treemap package. What are they & when do we use them In the most basic terms a treemap is generally used when we want to visualize proportions. It can be thought of a pie map where the slices ... [Read more...]

Reproducible development with Rmarkdown and Github

September 21, 2018 | Iyar Lin

I’m pretty sure most readers of this blog are already familiar with Rmarkdown and Github. In this post I don’t pretend to invent the wheel but rather give a quick run-down of how I set-up and use these tools to produce high quality and scalable (in human time) ... [Read more...]

Applications of R presented at EARL London 2018

September 21, 2018 | David Smith

During the EARL (Enterprise Applications of the R Language) conference in London last week, the organizers asked me how I thought the conference had changed over the years. (This is the conference's fifth year, and I'd been to each one.) My response was that it reflected the increasing maturity of ... [Read more...]

Timing Column Indexing in R

September 21, 2018 | John Mount

I’ve ended up (almost accidentally) collecting a number of different solutions to the “use a column to choose values from other columns in R” problem. Please read on for a brief benchmark comparing these methods/solutions. What we did is: build a 1,000,000 row variation of the original example. In ...
[Read more...]

Multiplot with ggplot

September 21, 2018 | Bruno Silva

ggplot is a wonderful package to make beautiful plots in R. For those who still just use standard R plots I really suggest you give a look at ggplot. The ggplot syntax may look a bit strange in the beginning but there are really good tutorials out there to help ...
[Read more...]

Multiplex: Small multiple artwork from GPX tracks

September 21, 2018 | quantixed

I’d seen the small multiple artwork of running and cycling routes from Marcus Volz’s R package Strava all over the web. Ads for “posters of your GPS tracks” pop up on Reddit and I’d notice a few #Rstats people put up their posters on Twitter. I’ve ...
[Read more...]

A Performance Benchmark of Different AutoML Frameworks

September 21, 2018 | Fabian Müller

In a recent blog post our CEO Sebastian Heinz wrote about Google's newest stroke of genius – AutoML Vision. A cloud service "that is able to build deep learning models for image recognition completely fully automated and from scratch". AutoML Vision is part of the current trend towards the automation of ...
[Read more...]

Using a Column as a Column Index

September 20, 2018 | John Mount

We recently saw a great recurring R question: “how do you use one column to choose a different value for each row?” That is: how do you use a column as an index? Please read on for some idiomatic base R, data.table, and dplyr solutions. Let’s say we ... [Read more...]

First App – Halo 5 Stats

September 20, 2018 | Posts on Anything Data

“Halo 5 Stats” is my first ever Shiny app, which is themed around the the popular sci-fi shooter Halo 5. It combines beatiful data with Halo’s beautiful graphics - something that Halo fans and data enthusiasts undoubtedly love. You can use my app... [Read more...]

Furthest Water

September 20, 2018 | The USGS OWI blog

Finding the Location Furthest from Water in the Conterminous United States The idea for this post came a few months back when I received an email that started, “I am a writer and teacher and am reaching out to you with a question related to a piece I would like ...
[Read more...]

R from the turn of the century

September 20, 2018 | Colin Gillespie

Last week I spent some time reminiscing about my PhD and looking through some old R code. This trip down memory lane led to some of my old R scripts that amazingly still run. My R scripts were fairly simple and just created a few graphs. However now that I’...
[Read more...]
1 3 4 5 6 7 15

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)