Skip to content

Commit

Permalink
with single quotes as requested by Uwe Ligges
Browse files Browse the repository at this point in the history
  • Loading branch information
bquast committed May 25, 2015
1 parent 521d1a0 commit bfd02c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/diagonals.Rmd
Expand Up @@ -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)
Expand Down

0 comments on commit bfd02c4

Please sign in to comment.