-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.Rmd
35 lines (29 loc) · 1.47 KB
/
index.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
---
title: "R code for Robust soil mapping at the farm scale with vis-NIR spectroscopy (Ramirez-Lopez _et al._, 2019)"
author:
- Leo Ramirez-Lopez (BUCHI Labortechnik AG, Switzerland)
- Alex Wadoux (Sydney University, Australia)
date: "* First Published: 2019-06-18 * * Updated: `r Sys.Date()` *"
site: bookdown::bookdown_site
output: bookdown::html_book
always_allow_html: yes
documentclass: book
biblio-style: apalike
link-citations: no
github-repo: l-ramirez-lopez/VNIR_spectroscopy_for_robust_soil_mapping
description: "Here you will find all the data and code necessary to reproduce the methods we used in our paper 'Robust soil mapping at the farm scale with vis-NIR spectroscopy'"
geometry: a4paper, headheight=0pt, margin=0.75in
---
# Preface {-}
In the spirit of reproducible research, here we share the data and the computational code
used for carrying out the analyses presented in our paper ["Robust soil mapping at the farm scale with vis-NIR spectroscopy"](https://onlinelibrary.wiley.com/doi/10.1111/ejss.12752) which is by the way open access. Before you go thorugh this code we strongly recoment to read our paper.
```{r setup, include = FALSE}
knitr::opts_chunk$set(echo = TRUE,
eval = FALSE,
tidy = TRUE,
tidy.opts = list(indent = 20),
size = "tiny")
```
```{r paper, eval = TRUE, echo = FALSE, fig.cap = "", out.width = '90%'}
knitr::include_graphics("./maps/paperimg.png")
```