Skip to content

Commit

Permalink
better Docs style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jun 26, 2024
1 parent d807a7d commit b42b3e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,8 +907,8 @@ <h2 id="gganno"><code>gganno</code></h2>
matrix will be converted into a long-data.frame (<code>gganno</code>
always regard row as the observations) with following columns.</p>
<ul>
<li><code>.slice</code>: the slice row (which = row) or column (which
= “column) number.</li>
<li><code>.slice</code>: the slice row (which = <code>&quot;row&quot;</code>) or
column (which = <code>&quot;column&quot;</code>) number.</li>
<li><code>.row_names</code> and <code>.column_names</code>: the row and
column names of the original matrix (only applicable when names
exist).</li>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ created by `ggplot(data, aes(.data$x))` /
converted into a long-data.frame (`gganno` always regard row as the
observations) with following columns.

- `.slice`: the slice row (which = row) or column (which = “column”)
number.
- `.slice`: the slice row (which = `"row"`) or column (which =
`"column"`) number.
- `.row_names` and `.column_names`: the row and column names of the
original matrix (only applicable when names exist).
- `.row_index` and `.column_index`: the row and column index of the
Expand Down
2 changes: 1 addition & 1 deletion vignettes/eheat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ which accepts a ggplot2 object with a default data and mapping created by
original matrix will be converted into a long-data.frame (`gganno` always regard
row as the observations) with following columns.

- `.slice`: the slice row (which = "row") or column (which = "column")
- `.slice`: the slice row (which = `"row"`) or column (which = `"column"`)
number.
- `.row_names` and `.column_names`: the row and column names of the original
matrix (only applicable when names exist).
Expand Down

0 comments on commit b42b3e0

Please sign in to comment.