I am just throwing an idea with possibility of closing. I need to draw a crystal ball in which red and blue particles randomly locate. I guess I have to go with photoshop, and even tried to make the ball in an image but as this is for research paper and does not have to be fancy, I wonder if there is any way to program with R, matlab, or any other language.
|
|
In R, using the
|
|||||||||||||
|
|
I just had to generate something as shiny as the R-answer in Matlab :) So, here is my late-night, overly complicated, super-slow solution, but my it's pretty ain't it? :)
|
|||
|
|
A bit late in the game, but here's a Matlab code that implements scatter3sph (from FEX)
|
|||||
|
|
In R you can use the A simpler approach (though probably not as nice looking) is to just draw a semitransparent grey circle using the If you want to do this in 3 dimensions then look at the rgl package, here is a basic example:
|
|||
|
|


