File: corrplot-package.Rd

package info (click to toggle)
r-cran-corrplot 0.95-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,212 kB
  • sloc: sh: 13; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/corrplot-package.R
\docType{package}
\name{corrplot-package}
\alias{corrplot-package}
\title{Visualization of a correlation matrix}
\description{
The corrplot package is a graphical display of a correlation matrix,
confidence interval or general matrix. It also contains some algorithms to do
matrix reordering. In addition, corrplot is good at details, including
choosing color, text labels, color labels, layout, etc.
}
\references{
Michael Friendly (2002).
\emph{Corrgrams: Exploratory displays for correlation matrices}.
The American Statistician, 56, 316--324.

D.J. Murdoch, E.D. Chow (1996).
\emph{A graphical display of large correlation matrices}.
The American Statistician, 50, 178--180.
}
\seealso{
The \code{plotcorr} function in the \code{ellipse} package and
\code{corrgram} function in the \code{corrgram} package has some
similarities.
}
\author{
Taiyun Wei (weitaiyun@gmail.com)

Viliam Simko (viliam.simko@gmail.com)

Maintainer: Taiyun Wei (weitaiyun@gmail.com)
}
\keyword{correlation}
\keyword{correlogram}
\keyword{dimensionality}
\keyword{feature}
\keyword{hplot}
\keyword{reduction}
\keyword{selection}