Select rotation and data columns from 3D scatterplot plot script
We are generating a script to automate production of 2D X Y coordinate columns from a user-selected 3D graph orientation. The script will call an R code to perform the calculations, but needs to provide the XYZ column data and the rotation settings to R. From a saved scatterplot 3D script we can see the XYZ column names (zue1...) and the rotation settings (-8....). We need jsl code to sel...