Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jun 22, 2024
1 parent 3bd1980 commit b2e9dde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ <h2 id="gganno"><code>gganno</code></h2>
<h2 id="anno_gg-and-anno_gg2"><code>anno_gg</code> and
<code>anno_gg2</code></h2>
<p>Both function acts similar with other annotation function in
ComplexHeatmap. Both accept a ggplot object and fit it in the
ComplexHeatmap. They accept a ggplot object and fit it in the
ComplexHeatmap annotation area.</p>
<div class="sourceCode" id="cb27"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb27-1"><a href="#cb27-1" tabindex="-1"></a>g <span class="ot">&lt;-</span> <span class="fu">ggplot</span>(mpg, <span class="fu">aes</span>(displ, hwy, <span class="at">colour =</span> class)) <span class="sc">+</span></span>
<span id="cb27-2"><a href="#cb27-2" tabindex="-1"></a> <span class="fu">geom_point</span>()</span>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ draw(Heatmap(small_mat,
## `anno_gg` and `anno_gg2`

Both function acts similar with other annotation function in
ComplexHeatmap. Both accept a ggplot object and fit it in the
ComplexHeatmap. They accept a ggplot object and fit it in the
ComplexHeatmap annotation area.

``` r
Expand Down
2 changes: 1 addition & 1 deletion vignettes/eheat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ draw(Heatmap(small_mat,

## `anno_gg` and `anno_gg2`
Both function acts similar with other annotation function in ComplexHeatmap.
Both accept a ggplot object and fit it in the ComplexHeatmap annotation area.
They accept a ggplot object and fit it in the ComplexHeatmap annotation area.

```{r anno_gg-panel, fig.height=4, fig.width=5}
g <- ggplot(mpg, aes(displ, hwy, colour = class)) +
Expand Down

0 comments on commit b2e9dde

Please sign in to comment.