powered by
Multiple multi-dimensional arrays and matrices are visualized simultaneously.
plotTensor3Ds(Xs)
A List object containing multi-dimensional array (or matrix) in each element.
Koki Tsuyuzaki
plotTensor3D and plotTensor2D.
plotTensor3D
plotTensor2D
Xs <- toyModel(model = "coupled_CP_Easy") tmp <- tempdir() png(filename=paste0(tmp, "/couled_CP.png")) plotTensor3Ds(Xs) dev.off()
Run the code above in your browser using DataLab