Añadiendo algunas funciones.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
\name{ggheatmap}
|
||||
\alias{ggheatmap}
|
||||
\title{ggheatmap}
|
||||
\usage{
|
||||
ggheatmap(x)
|
||||
}
|
||||
\description{
|
||||
Generates a heatmap using ggplot for a dataframe.
|
||||
}
|
||||
\examples{
|
||||
ggheatmap()
|
||||
}
|
||||
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user