Skip to content

Commit

Permalink
Reduces vignette size
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Oct 11, 2022
1 parent 53e2639 commit 2880752
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
10 changes: 3 additions & 7 deletions vignettes/twdtw01.Rmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
title: "1. TWDTW: Time-Weighted Dynamic Time Warping"
author: "Victor Maus"
output:
html_document:
toc: true
toc_float:
collapsed: false
smooth_scroll: false
toc_depth: 2
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{1. TWDTW: Time-Weighted Dynamic Time Warping}
%\VignetteEncoding{UTF-8}
Expand All @@ -17,6 +11,8 @@ bibliography: ./../inst/REFERENCES.bib

```{r, echo=FALSE, include=FALSE}
knitr::opts_chunk$set(collapse = TRUE)
knitr::opts_chunk$set(fig.height = 4.5)
knitr::opts_chunk$set(fig.width = 6)
```

This vignette present a short introduction on Time-Weighted Dynamic Time Warping (TWDTW) analysis using `dtwSat`. TWDTW is an algorithm for land cover mapping using multi-band satellite image time series. The algorithm is particularly valuable to produce land cover maps in regions with scarcity of training data. For details see @Maus:2016 and @Maus:2019.
Expand Down
10 changes: 3 additions & 7 deletions vignettes/twdtw02-lucc.Rmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
title: "2. Land-cover change analysis with TWDTW"
author: "Victor Maus"
output:
html_document:
toc: true
toc_float:
collapsed: false
smooth_scroll: false
toc_depth: 2
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{1. Land-cover change analysis with TWDTW}
%\VignetteEncoding{UTF-8}
Expand All @@ -17,6 +11,8 @@ bibliography: ./../inst/REFERENCES.bib

```{r, echo=FALSE, include=FALSE}
knitr::opts_chunk$set(collapse = TRUE)
knitr::opts_chunk$set(fig.height = 4.5)
knitr::opts_chunk$set(fig.width = 6)
```

This vignette provides a short guide on how to perform a Time-Weighted Dynamic Time Warping (TWDTW) analysis on raster image time series using `dtwSat`. For more details about TWDTW read @Maus:2016 and @Maus:2019.
Expand Down
9 changes: 3 additions & 6 deletions vignettes/twdtw03-speed.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
title: "2. TWDTW processing time"
author: "Victor Maus"
output:
html_document:
toc: true
toc_float:
collapsed: false
smooth_scroll: false
toc_depth: 2
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{1. TWDTW processing time}
%\VignetteEncoding{UTF-8}
Expand All @@ -19,6 +14,8 @@ editor_options:

```{r, echo=FALSE, include=FALSE}
knitr::opts_chunk$set(collapse = TRUE)
knitr::opts_chunk$set(fig.height = 4.5)
knitr::opts_chunk$set(fig.width = 6)
```
This vignette tests the performance of TWDTW. For details about method read @Maus:2016 and @Maus:2019.

Expand Down

0 comments on commit 2880752

Please sign in to comment.