Giter VIP home page Giter VIP logo

bristolvis's Introduction

Introduction to Data Visualisation and Web Applications Using R

By: Osama Mahmoud, Luke A. McGuinness and Chris Penfold

Build Status

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

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 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")

Course Materials:

Usage of practicals via BristolVis

The practical exercises and their solutions can be displayed via the BristolVis package using:

vignette("prac_IntroR", package = "BristolVis")
vignette("prac_base", package = "BristolVis")
vignette("prac_advanced", package = "BristolVis")
vignette("prac_AdvMore", package = "BristolVis")
vignette("prac_interactive", package = "BristolVis")
vignette("prac_RMarkdown", package = "BristolVis")
vignette("prac1_shiny", package = "BristolVis")
vignette("prac2_shiny", package = "BristolVis")
vignette("prac3_shiny", package = "BristolVis")
vignette("prac4_shiny", package = "BristolVis")

Solutions of some of these practical exercises can be displayed via the BristolVis package as follows:

vignette("ans_IntroR", package = "BristolVis")
vignette("ans_base", package = "BristolVis")
vignette("ans_advanced", package = "BristolVis")
vignette("ans_AdvMore", package = "BristolVis")
vignette("ans_interactive", package = "BristolVis")

Other resources

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.