eempf_comps3D {staRdom} | R Documentation |
Interactive 3D plots are created using plotly.
eempf_comps3D(pfmodel, which = NULL)
pfmodel |
object of class parafac |
which |
optional, if numeric selects certain component |
plotly plot
## Not run:
data(pf_models)
eempf_comps3D(pf4[[1]])
## End(Not run)