-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path00.1_FrontMatter.Rmd
50 lines (36 loc) · 1.25 KB
/
00.1_FrontMatter.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "APPLIED STATISTICS IN AGRICULTURAL AND LIFE SCIENCES WITH R"
author: "Emilio A. Laca, Jennifer Brazeal, Cale Miller, Stephanie Zullo"
date: "`r date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
output:
html_document2:
fig_width: 6
fig_height: 4
fig_caption: true
github-repo: emilioalaca/bookdown-start
url: 'http\://the book url goes here ******'
description: "Course materials for PLS 120. University of California, Davis"
---
```{r message=FALSE, warning=FALSE, paged.print=FALSE, echo=FALSE}
library(knitr)
library(rmarkdown)
library(bookdown)
library(pander)
library(kableExtra)
```
# Cover {-#Cover}
```{r, echo=FALSE, fig.align='center', out.width='100%'}
knitr::include_graphics("images/Cover.jpg")
```
# Front Matter {-#chFront}
## This is an early draft published just so students can use it at UC Davis this quarter.
## Look for updates weekly.
This section should have a cover, copyright, UCD logo, etc.
Probably will take 3-4 pages.
The online version of this book is licensed under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>