Skip to content

Commit 5218216

Browse files
committed
fix spelling errors
1 parent 25e194e commit 5218216

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

R/main_heatmap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ new_iheatmap <- function(plot,
7777
#' complex heatmaps.
7878
#' @param row logical, include row name in tooltip?
7979
#' @param col logical, include column name in tooltip?
80-
#' @param value logical, includevalue in tooltip?
80+
#' @param value logical, include value in tooltip?
8181
#' @param prepend_row text to prepend to row name
8282
#' @param prepend_col text to prepend to column name
8383
#' @param prepend_value text to prepend to value

man/setup_tooltip_options.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/full_vignettes/iheatmapr.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ patient_groups <- c("A","A","B","A","B","A") # Arbitrary groups
3939
We will start off by showing an example of the type of complex heatmap we can create using the `iheatmapr` package. In our example complex heatmap, we will plot:
4040

4141
* a heatmap of the correlation matrix
42-
* dendrogram for column clustering
43-
* adendrogram for row clustering as well as annotation heatmap showing 3 clusters
42+
* a dendrogram for column clustering
43+
* a dendrogram for row clustering as well as annotation heatmap showing 3 clusters
4444
* annotation heatmaps showing the max and min Indometacin concentrations per patient
4545
* annotation heatmap showing whether patients fall in group "A" or "B"
4646
* a heatmap showing the actual Indometacin timecourse data for each patient
@@ -541,7 +541,7 @@ General plotly layout arguments can be passed to the `layout` argument to `main_
541541
main_heatmap(Indometh_matrix, layout = list(margin = list(b = 120)))
542542
```
543543

544-
The alyout can also be adjusted after creation of the plot using the `modify_layout` function.
544+
The layout can also be adjusted after creation of the plot using the `modify_layout` function.
545545

546546
```{r}
547547
main_heatmap(Indometh_matrix) %>% modify_layout(list(margin = list(b = 120)))

0 commit comments

Comments
 (0)