--- title: "Lab 13" subtitle: "Programming for Statistical Science" author: "" institute: "" date: "" output: xaringan::moon_reader: css: "slides.css" lib_dir: libs nature: highlightStyle: github highlightLines: true countIncrementalSlides: false editor_options: chunk_output_type: console --- ```{r include=FALSE} knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = TRUE, comment = "#>", highlight = TRUE, fig.align = "center") ``` ## Today's objectives - Put the finishing touches on your quasi-heatmaps for Homework 6. Verify your work is reproducible. - Work with your team on the project. - Set up scheduled meeting times for over the reading period. - Check for updated office hours in Slack. These will be in effect through the project's deadline.