From bfd02c4c3711c80ef2f32bc870a36e4b162d6a2d Mon Sep 17 00:00:00 2001 From: Bastiaan Quast Date: Mon, 25 May 2015 15:45:15 +0200 Subject: [PATCH] with single quotes as requested by Uwe Ligges --- vignettes/diagonals.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/diagonals.Rmd b/vignettes/diagonals.Rmd index 8acbb27..986092d 100644 --- a/vignettes/diagonals.Rmd +++ b/vignettes/diagonals.Rmd @@ -11,7 +11,7 @@ vignette: > Block-diagonal matrices can be extracted or removed using two small functions implemented here, in addition, non-square matrices are supported. -Block diagonal matrices occur when we combine two dimensions of a data set along one edge of a matrix. For example, trade-flow data in the [decompr](http://cran.r-project.org/web/packages/decompr/index.html) and [gvc](http://cran.r-project.org/web/packages/gvc/index.html) package have each country-industry combination occur on each edge of the matrix. +Block diagonal matrices occur when we combine two dimensions of a data set along one edge of a matrix. For example, trade-flow data in the ['decompr'](http://cran.r-project.org/web/packages/decompr/index.html) and ['gvc'](http://cran.r-project.org/web/packages/gvc/index.html) package have each country-industry combination occur on each edge of the matrix. ```{r, matrix} m <- matrix(1:64, nrow=8)