• Discoverability Visible
  • Join Policy Open/Anyone
  • Created 07 May 2015

xkcd R package

The xkcd package provides a set of functions for plotting data in a XKCD style using ggplot2.

0 comments 0 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Visualization in R

Comparing ggplot2 and R Base Graphics

Tools I may want to use

0 comments 1 reposts

Profile picture of Wynn Meyer

Wynn Meyer onto Useful R tools

Chapter 3 – The R Programming Language

Chapter from "Doing Bayesian Data Analysis: A Tutorial with R, JAGS, and Stan (Second Edition)" by John K. Kruschke

Proxy Access

  1. R

0 comments 2 reposts

Profile picture of Lester Caudill

Lester Caudill onto Books on R

Comparing ggplot2 and R Base Graphics

I look at differences in a side-by-side, from a practitioner's perspective (from FlowingData)

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Visualization in R

Data Manipulation in R with dplyr

In this interactive course from DataCamp, you will learn how to to perform sophisticated data manipulation tasks using dplyr. Master the five verbs of data manipulation, and complementing techniques to chain your operations, perform group-wise calculations and access data stored in a database outside R.

Outline:

  • Introduction to dplyr and tbls
  • Select and mutate 
  • Filter and arrange 
  • Summarise and the pipe operator 
  • Group_by and working with databases 

Online course  DataCamp
 

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Dataframe manipulation with dplyr

Learning objective:  To be able to use the 6 main dataframe manipulation ‘verbs’ with pipes in dplyr.

Part of a software carpentry online course R for reproducible scientific analysis.

Dataframe manipulation with dplyr

R for reproducible scientific analysis

Software Carpentry

Data:

Gapminder dataset

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Dataframe manipulation with tidyr

Learning objective:  To understand the concepts of ‘long’ and ‘wide’ data formats and be able to convert between them with tidyr.

Part of a software carpentry online course R for reproducible scientific analysis.

Dataframe manipulation with tidyr

R for reproducible scientific analysis

Software Carpentry

Data:

Gapminder dataset

Gapminder dataset (wide format)

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Cheat Sheet: Data Wrangling with dplyr and tidyr

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Data Processing with dplyr & tidyr, by Brad Boehmke

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Manipulation in R

Stats and R (influentialpoints.com)

0 comments 0 reposts

Profile picture of Drew LaMar

Drew LaMar onto Internet resources for learning R

Cookbook for R

The goal of the cookbook is to provide solutions to common tasks and problems in analyzing data.

0 comments 3 reposts

Profile picture of Drew LaMar

Drew LaMar onto Internet resources for learning R

Learn to use R: Your hands-on guide

by Sharon Machlis
edited by Johanna Ambrosio

Computerworld

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Internet resources for learning R

simpleR - Using R for Introductory Statistics

These notes are an introduction to using the statistical software package R for an introductory statistics course. They are meant to accompany an introductory statistics book such as Kitchens “Exploring Statistics”. The goals are not to show all the features of R, or to replace a standard textbook, but rather to be used with a textbook to illustrate the features of R that can be learned in a one-semester, introductory statistics course.

Download

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Books About Using R

Chapter 3 – The R Programming Language

Chapter from "Doing Bayesian Data Analysis: A Tutorial with R, JAGS, and Stan (Second Edition)" by John K. Kruschke

Proxy Access

  1. R

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Books About Using R

R Base Graphics: An Idiot's Guide

Last year, I presented an informal course on the basics of R Graphics University of Turku. In this blog post, I am providing some of the slides and the full code from that practical, which shows how to build different plot types using the basic (i.e. pre-installed) graphics in R

Website Supplementary Files

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Visualization in R

How to format plots for publication using ggplot2

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Visualization in R

Creating publication quality graphs in R

by Tim Appelhans

This tutorial was developed as part of a one-day workshop held within the Ecosystem Informatics PhD-programme at the Philipps University of Marburg. The contents of this turtorial are published under the creatice commons license 'Attribution-ShareAlike CC BY-SA'.

Website

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Data Visualization in R

Swirl: Learn R, in R

swirl teaches you R programming and data science interactively, at your own pace, and right in the R console!

For teachers:

swirl is a platform for teaching R programming and data science. However, an educational platform is only as good as the content it delivers to students. Although we have contributed some content ourselves, swirl is designed in such a way that you can create your own interactive content and share it freely with students in your classroom or around the world.

0 comments 1 reposts

Profile picture of Drew LaMar

Drew LaMar onto Internet resources for learning R

Rstudio cheatsheets

Cheatsheets are quickstart guides to using some of the most popular packages and features of Rstudio. This link will direct you to the following cheatsheets: Shiny cheatsheet Data visualization cheatsheet Package development cheatsheet Data wrangling cheatsheet R markdown cheatsheet R markdown reference guide

0 comments 2 reposts

Profile picture of Arietta Fleming-Davies

Arietta Fleming-Davies onto Shiny

R Shiny Basics

A nice introduction to building apps with R Shiny. Written by the folks at NEON (National Ecological Observatory Network).

0 comments 2 reposts

Profile picture of Arietta Fleming-Davies

Arietta Fleming-Davies onto Shiny