Description Usage Arguments Author(s) References
Add trajectory line to 3D scatterplot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | dim_red_3D_traj(
plot_data,
px,
py,
pz,
pcolor,
traj_data,
tx,
ty,
tz,
tcolor,
traj_color = "black",
all_theta = 0,
all_phi = 0,
AP = NULL,
repel_force = 1,
further_repel = T,
magnify_text = 1,
label_traj_text = NULL,
seg_color = NA,
traj_width = 2,
...
)
|
plot_data |
the dataframe for dim red plots |
px, |
py, pz the column names in |
pcolor |
the column name in |
traj_data |
the dataframe for the trajectory data |
tx, |
ty, tz, tcolor similar to px, py, pz, pcolor |
... |
pass to |
Yutong Chen
http://htmlpreview.github.io/?https://github.com/AckerDWM/gg3D/blob/master/gg3D-vignette.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.