i have a problem in scatterd3plot, i want to draw a line of mean data x and data y, so i have a quadrant line in my plot using scatterd3. but i have no idea how to create a line in scatterd3, i have try search in internet how the solution, but i dont found it. this is the code...
library(scatterD3)
datax <- runif(20, 5.0, 7.5)
datay <- runif(20, 25, 30)
scatterD3(x = datax, y = datay, xlab = "x", ylab = "y", labels_size = 9, lasso=TRUE, transitions = TRUE)