funcc_show_results {FunCC} | R Documentation |
Plotting co-clustering results of funCC
Description
funcc_show_results graphically shows the results of the bi-clustering
Usage
funcc_show_results(
fun_mat,
res_input,
only.mean = FALSE,
aligned = FALSE,
warping = FALSE
)
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 |
only.mean |
logicol: if True only the template functions for each bi-cluster is displayed |
aligned |
logicol: if True the alignemd functions are displayed |
warping |
logicol: if True also a figure representing the warping functions are displayed |
Value
a figure representing each bi-cluster in terms of functions contained in it or templates
Examples
data("funCCdata")
res <- funcc_biclust(funCCdata,delta=10,theta=1,alpha=1,beta=0,const_alpha=TRUE)
funcc_show_results(funCCdata,res)
[Package FunCC version 1.0 Index]