Skip to content

kwstat/corrgram

Repository files navigation

corrgram

CRAN_Status_Badge CRAN_Downloads

Homepage: https://kwstat.github.io/corrgram

Repository: https://github.com/kwstat/corrgram

The corrgram package provides a simple way to create correlograms from raw data or a correlation matrix.

Key features

  • Stable, well-tested, widely used.

  • Extensive examples show how to customize the display.

Installation

# Install the released version from CRAN:
install.packages("corrgram")

# Install the development version from GitHub:
install.packages("devtools")
devtools::install_github("kwstat/corrgram")

Usage

require(corrgram)
corrgram(mtcars, order=TRUE, lower.panel=panel.shade, upper.panel=panel.pie,
         text.panel=panel.txt, main="mtcars")

corrgram

About

Correlograms

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published