Skip to content

Commit d0872bf

Browse files
author
Irina Gaynanova
committed
make metrics_heatmap example faster to run
1 parent d0f61ee commit d0872bf

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

R/heatmap.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
#' @export
1212
#'
1313
#' @examples
14-
#' # Using default (all metrics)
15-
#' metrics_heatmap(example_data_5_subject)
16-
#'
17-
#' # Using pre-calculated sd metrics only
14+
#' # Using pre-calculated sd metrics only rather than default (all metrics)
1815
#' mecs = sd_measures(example_data_5_subject)
1916
#' metrics_heatmap(metrics = mecs)
2017
metrics_heatmap <- function(data = NULL, metrics = NULL, metric_cluster = 6, clustering_method = "complete",

man/metrics_heatmap.Rd

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

0 commit comments

Comments
 (0)