We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7088210 commit eba78b7Copy full SHA for eba78b7
1 file changed
README.md
@@ -12,6 +12,13 @@ reordering. For examples, see its
12
This package is licensed under GPL, and available on CRAN:
13
<http://cran.r-project.org/package=corrplot>.
14
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
+
22
## Basic example
23
```r
24
library(corrplot)
0 commit comments