schuter / BristolVis

Advanced Graphics Using R Course, University of Bristol - 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to data visualisation using R: Osama Mahmoud

Build Status

This page provides practicals and materials of the data visualisation course held at the University of Bristol, January 2019.

  • PDF version of course slides: The course slides on advanced graphics using ggplot2 is made available here.

  • R reference card for Introduction to R: The R reference card summarises some useful basic commands, concepts and functions.

  • R studio cheat sheet for ggplot2: The R studio cheat sheet for the ggplot2 functions is included.

Installing the BristolVis package

The course uses a variety of data examples, R packages and practical sheets. The easiest way of downloading and installing all dependencies is first to install the R package associated with this course, named 'BristolVis'. It can be simply installed by running the following code lines into your R session.

install.packages("drat")
drat::addRepo("statcourses")
install.packages("BristolVis")

Usage of practicals

The BristolVis package includes a number of practical files to guide learners to advanced graphics using R.

These practicals can be displayed by:

vignette("practical2", package = "BristolVis")

The course web-tool

I have designed a web-tool, named RVis, to help me delivering this course. It enables exploring the training data sets, generating graphics, presenting summary results in an interactive way. You can check it out from here.

Other courses and their associated packages

You can view the entire set of my courses from my personal website or the stat-courses website.

About

Advanced Graphics Using R Course, University of Bristol - 2019


Languages

Language:R 100.0%