Skip to content

Commit eba78b7

Browse files
authored
added cite instructions
1 parent 7088210 commit eba78b7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ reordering. For examples, see its
1212
This package is licensed under GPL, and available on CRAN:
1313
<http://cran.r-project.org/package=corrplot>.
1414

15+
## How to cite
16+
To cite corrplot properly, call the R built-in command `citation("corrplot")` as follows:
17+
```r
18+
library(corrplot)
19+
citation("corrplot")
20+
```
21+
1522
## Basic example
1623
```r
1724
library(corrplot)

0 commit comments

Comments
 (0)