mse_heatmap: Make a heatmap of cell MSEs

Description Usage Arguments Value Examples

View source: R/mse_heatmap.R

Description

Make a heatmap of cell MSEs

Usage

1

Arguments

x

An object of class biclustermd.

...

Arguments to pass to geom_tile()

Value

A ggplot object.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data("synthetic")
bc <- biclustermd(synthetic, col_clusters = 3, row_clusters = 2,
                miss_val = mean(synthetic, na.rm = TRUE),
                miss_val_sd = sd(synthetic, na.rm = TRUE),
                col_min_num = 2, row_min_num = 2,
                col_num_to_move = 1, row_num_to_move = 1,
                max.iter = 10)

mse_heatmap(bc)

mse_heatmap(bc) + ggplot2::scale_fill_viridis_c()

biclustermd documentation built on June 17, 2021, 5:11 p.m.