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.
- Host: GitHub
- URL: https://github.com/se7en69/heatmap-visulization-in-r
- Owner: se7en69
- Created: 2022-10-12T01:26:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T01:30:36.000Z (about 3 years ago)
- Last Synced: 2025-03-18T22:40:36.430Z (7 months ago)
- Language: R
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")