plotTensor3Ds: Plot function for visualization of tensor data structure

View source: R/plotTensor3Ds.R

plotTensor3DsR Documentation

Plot function for visualization of tensor data structure

Description

Multiple multi-dimensional arrays and matrices are visualized simultaneously.

Usage

plotTensor3Ds(Xs)

Arguments

Xs

A List object containing multi-dimensional array (or matrix) in each element.

Author(s)

Koki Tsuyuzaki

See Also

plotTensor3D and plotTensor2D.

Examples

Xs <- toyModel(model = "coupled_CP_Easy")

tmp <- tempdir()

png(filename=paste0(tmp, "/couled_CP.png"))
plotTensor3Ds(Xs)
dev.off()

mwTensor documentation built on July 9, 2023, 6:42 p.m.