All Projects → kwstat → corrgram

kwstat / corrgram

Licence: other
Correlograms

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to corrgram

wdlRunR
Elastic, reproducible, and reusable genomic data science tools from R backed by cloud resources
Stars: ✭ 34 (+161.54%)
Mutual labels:  rstats
cusumcharter
Easier CUSUM control charts. Returns simple CUSUM statistics, CUSUMs with control limit calculations, and function to generate faceted CUSUM Control Charts
Stars: ✭ 17 (+30.77%)
Mutual labels:  rstats
flowmapblue.R
Flowmap.blue widget for R
Stars: ✭ 42 (+223.08%)
Mutual labels:  rstats
mikropml
User-Friendly R Package for Supervised Machine Learning Pipelines
Stars: ✭ 34 (+161.54%)
Mutual labels:  rstats
cranlogs
Download Logs from the RStudio CRAN Mirror
Stars: ✭ 70 (+438.46%)
Mutual labels:  rstats
music
Music Theory in R
Stars: ✭ 34 (+161.54%)
Mutual labels:  rstats
epanetReader
Read text files in Epanet's .inp and .rpt formats into R
Stars: ✭ 18 (+38.46%)
Mutual labels:  rstats
scclusteval
Single Cell Cluster Evaluation
Stars: ✭ 57 (+338.46%)
Mutual labels:  rstats
r-docker-tutorial
A docker tutorial for reproducible research
Stars: ✭ 245 (+1784.62%)
Mutual labels:  rstats
agent
Store sensitive data such as API tokens
Stars: ✭ 19 (+46.15%)
Mutual labels:  rstats
nasapower
API Client for NASA POWER Global Meteorology, Surface Solar Energy and Climatology in R
Stars: ✭ 79 (+507.69%)
Mutual labels:  rstats
HumanPilot
Spatial Transcriptomics human DLPFC pilot study part of the spatialLIBD project
Stars: ✭ 22 (+69.23%)
Mutual labels:  rstats
geoparser
⛔ ARCHIVED ⛔ R package for the Geoparser.io API
Stars: ✭ 38 (+192.31%)
Mutual labels:  rstats
statically
📸 Generate Webpage Screenshots Using the Statically API
Stars: ✭ 28 (+115.38%)
Mutual labels:  rstats
destatiscleanr
Imports and cleans data from official German statistical offices to jump-start the data analysis
Stars: ✭ 47 (+261.54%)
Mutual labels:  rstats
cablecuttr
An R wrapper for CanIStream.It API
Stars: ✭ 17 (+30.77%)
Mutual labels:  rstats
sacred
📖 Sacred texts in R
Stars: ✭ 19 (+46.15%)
Mutual labels:  rstats
r-ladies-ML-1
⭐ Files for my R-Ladies ML workshop - Supervised Learning 101 ⭐
Stars: ✭ 35 (+169.23%)
Mutual labels:  rstats
tftargets
🎯 Human transcription factor target genes.
Stars: ✭ 77 (+492.31%)
Mutual labels:  rstats
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (+7.69%)
Mutual labels:  rstats

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].