-
Notifications
You must be signed in to change notification settings - Fork 7
/
_site.yml
executable file
·44 lines (43 loc) · 1.04 KB
/
_site.yml
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
name: 'McRoberts_and_Esker'
output_dir: docs
output:
html_document:
css: style.css
theme: cosmo
df_print: paged
lib_dir: site_libs
self_contained: no
highlight: textmate
include:
after_body: footer.md
toc: true
toc_float:
collapsed: false
smooth_scroll: false
bibliography: crossref.bib
csl: chicago-author-date.csl
navbar:
title: Multivariate Analysis in R
left:
- text: Introduction
href: index.html
- text: Topics
menu:
- text: Principal Components Analysis
href: 1-MV_PCA.html
- text: Principal Coordinates Analysis
href: 2-MV_PCO.html
- text: Cluster analysis
href: 3-Cluster.html
- text: Linking ordination and clustering
href: 4-PCA_PCO_cluster.html
- text: Discriminant Analysis and Manova
href: 5-DA_Manova.html
- text: Bonus material
menu:
- text: Introduction to R
href: Intro_R.html
right:
- text: source
icon: fa-github-square
href: https://github.com/openplantpathology/OPP_workshop_Multivariate