Añadiendo algunas funciones.

This commit is contained in:
Costa
2022-02-04 10:25:01 +01:00
parent 6f4997ee46
commit 6944c24071
5 changed files with 51 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
\name{ggheatmap}
\alias{ggheatmap}
\title{ggheatmap}
\usage{
ggheatmap(x)
}
\description{
Generates a heatmap using ggplot for a dataframe.
}
\examples{
ggheatmap()
}
+12
View File
@@ -0,0 +1,12 @@
\name{theme_heatmap}
\alias{theme_heatmap}
\title{theme_heatmap}
\usage{
theme_heatmap()
}
\description{
Adds geom_tile, color from col2 and theme for heatmap.
}
\examples{
g+theme_heatmap()
}