plot_3D.Rd
Convenience functions to make 3D scatterplot with plotly.
Matrix with 3 columns (size Nx3).
(Nx1 vector) grouping variable group with names for each row in data
.
(Nx1 vector) charter vector with text hor each row in data
.
The main title of the plot.
(numeric) fraction of space to be added (value between 0 and 1). Default is 0.2, i.e. 10%.
Description in https://plot.ly/r/reference/#scatter3d-scene specification of parameters in https://plot.ly/r/reference/#layout-scene.
An object drim which Nx3 matrix will be extracted. The object is
created with one of the following functions cmdscale
, ISOmap
,
sammon
or similar for mds2mat
();mds
in SMACOF for SMACOF2mat
();Rtsne
in Rtsne for tSNE2mat
().
A data frame with variables named $x, $y, $z, $x, $text, $group.
plotly
object.
## NOT YET INCLUDED