plotTensor3Ds {mwTensor} | R Documentation |
Multiple multi-dimensional arrays and matrices are visualized simultaneously.
plotTensor3Ds(Xs)
Xs |
A List object containing multi-dimensional array (or matrix) in each element. |
Koki Tsuyuzaki
plotTensor3D
and plotTensor2D
.
Xs <- toyModel(model = "coupled_CP_Easy")
tmp <- tempdir()
png(filename=paste0(tmp, "/couled_CP.png"))
plotTensor3Ds(Xs)
dev.off()