funcc_show_results: Plotting co-clustering results of funCC

Description Usage Arguments Value Examples

View source: R/funcc_show_results.R

Description

funcc_show_results graphically shows the results of the bi-clustering

Usage

1
2
3
4
5
6
7
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

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

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