Browse code

add max_density argument

Zuguang Gu authored on 15/06/2022 10:42:56
Showing 1 changed files
... ...
@@ -17,4 +17,5 @@ Grob height for legend_body
17 17
 \examples{
18 18
 # There is no example
19 19
 NULL
20
+
20 21
 }
Browse code

rename to anno_textbox()

Zuguang Gu authored on 15/06/2022 10:11:58
Showing 1 changed files
... ...
@@ -17,5 +17,4 @@ Grob height for legend_body
17 17
 \examples{
18 18
 # There is no example
19 19
 NULL
20
-
21 20
 }
Browse code

won't generate color matrix when type=='none'

Zuguang Gu authored on 15/12/2020 12:01:39
Showing 1 changed files
... ...
@@ -17,4 +17,5 @@ Grob height for legend_body
17 17
 \examples{
18 18
 # There is no example
19 19
 NULL
20
+
20 21
 }
Browse code

translate stats::heatmap() and gplots::heatmap.2()

Zuguang Gu authored on 13/12/2020 20:54:51
Showing 1 changed files
... ...
@@ -17,5 +17,4 @@ Grob height for legend_body
17 17
 \examples{
18 18
 # There is no example
19 19
 NULL
20
-
21 20
 }
Browse code

update

Zuguang Gu authored on 20/10/2019 06:57:30
Showing 1 changed files
... ...
@@ -17,4 +17,5 @@ Grob height for legend_body
17 17
 \examples{
18 18
 # There is no example
19 19
 NULL
20
+
20 21
 }
Browse code

generate documentations by pkgdown

Zuguang Gu authored on 18/10/2019 11:34:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+\name{heightDetails.legend_body}
2
+\alias{heightDetails.legend_body}
3
+\title{
4
+Grob height for legend_body
5
+}
6
+\description{
7
+Grob height for legend_body
8
+}
9
+\usage{
10
+\method{heightDetails}{legend_body}(x)
11
+}
12
+\arguments{
13
+
14
+  \item{x}{A legend_body object.}
15
+
16
+}
17
+\examples{
18
+# There is no example
19
+NULL
20
+}