An open API service indexing awesome lists of open source software.

https://github.com/se7en69/heatmap-visulization-in-r

heatmap function in R Language is used to plot a heatmap. Heatmap is defined as a graphical representation of data using colors to visualize the value of the matrix.
https://github.com/se7en69/heatmap-visulization-in-r

Last synced: 4 months ago
JSON representation

heatmap function in R Language is used to plot a heatmap. Heatmap is defined as a graphical representation of data using colors to visualize the value of the matrix.

Awesome Lists containing this project

README

          

# heatmap-visulization-in-R
heatmap function in R Language is used to plot a heatmap. Heatmap is defined as a graphical representation of data using colors to visualize the value of the matrix.

How to Use

Just Enter the data in script using R studio and Visulize your heatmap

prerequisite
just install the ggplot2 package
# install.packages("ggplot2")