plotTensor3Ds {mwTensor} | R 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()
[Package mwTensor version 1.1.0 Index]