knitr::opts_chunk$set(echo = FALSE, cache = TRUE, autodep = TRUE, warning = FALSE, message = FALSE, error = FALSE, out.width = "70%", fig.align = "center") library(spatial) library(tidyverse) library(viridis) library(latex2exp) library(gridExtra) source("R/problem1.R") source("R/problem3.R") source("R/problem4.R") knitr::read_chunk("R/problem1.R") knitr::read_chunk("R/problem3.R") knitr::read_chunk("R/problem4.R")
\section{Appendix}
All our code can be found in the print-out below:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.