funcc_show_block_matrix: Plotting co-clustering results of funCC on the data matrix

Description Usage Arguments Value Examples

View source: R/funcc_show_block_matrix.R

Description

funcc_show_block_matrix graphically shows the bi-clusters positions in the original data matrix

Usage

1
funcc_show_block_matrix(fun_mat, res_input)

Arguments

fun_mat

The data array (n x m x T) where each entry corresponds to the measure of one observation i, i=1,...,n, for a functional variable m, m=1,...,p, at point t, t=1,...,T

res_input

An object produced by the funcc_biclust function

Value

a figure representing the bi-clusters positions in the original data matrix

Examples

1
2
3
4
 
data("funCCdata")
res <- funcc_biclust(funCCdata,delta=10,theta=1,alpha=1,beta=0,const_alpha=TRUE)
funcc_show_block_matrix(funCCdata,res)

FunCC documentation built on July 1, 2020, 7:09 p.m.