search for: dstarscal

Displaying 1 result from an estimated 1 matches for "dstarscal".

Did you mean: dstarscale
2012 Jul 23
3
3D scatterplot, using size of symbols for the fourth variable
...;D", "Dstar", "Dplus", "Lplus", "size_div"), class = "data.frame", row.names = c(NA, -31L)) > #This is the code I used for displaying the 4th variable as a colour; I just followed an example from the package manual library(scatterplot3d) Dstarscale <- hsv((Dstar <- 0.7 * Dstar/ diff(range(Dstar))) - min(Dstar) + 0.3) Dstarscale s3d <- scatterplot3d(MI, TD, EG_18, type = "h", pch = " ") s3d$points(MI, TD, EG_18, pch = 16, col = Dstarscale) s3d.coords <- s3d$xyz.convert(MI, TD, EG_18) plot(seq(min(Dstarscale),...