BCB744 Introduction to R
1 Welcome
This section organises the Introduction to R material for BCB744 into a single sequence, from first contact with RStudio through data handling, plotting, mapping, and tidy workflows.
Use the detailed module page for timetable, assessment, and broader module context:
1.1 What This Section Does
The Introduction to R block is designed to get you working fluently in R rather than memorising isolated commands. The focus is on reproducible workflow, careful handling of data, and producing clear figures and outputs that support scientific work.
By the end of this section you should be able to:
- navigate RStudio and manage project-based work;
- import, inspect, and transform common tabular datasets;
- write and render Quarto documents;
- produce figures and maps with
ggplot2; and - organise data using tidy data principles.
1.2 Chapter Sequence
The chapter sequence moves from:
- getting started in R and RStudio,
- working with data and Quarto,
- graphics and mapping, and
- tidy data workflows and recap.
1.3 Suggested Route Through the Material
Start here if you are new to R:
- R and RStudio
- Working With Data and Code
- R Markdown and Quarto
- Data Classes and Structures in R
- R Workflows
Then move into visualisation and communication:
Then complete the data workflow block:
1.4 Assessment and Practice
Use these pages alongside the chapters:
1.5 Relationship to Biostatistics
The Intro R material prepares you for the biostatistics block by giving you the practical tools needed to read data, inspect distributions, visualise patterns, and document your analyses clearly.
Reuse
Citation
@online{smit,_a._j.2026,
author = {Smit, A. J., and J. Smit, A.},
title = {BCB744 {Introduction} to {R}},
date = {2026-03-19},
url = {http://tangledbank.netlify.app/BCB744/intro_r/},
langid = {en}
}