search for: r2swf

Displaying 2 results from an estimated 2 matches for "r2swf".

Did you mean: p25wf
2011 Dec 29
2
3d plotting alternatives. I like persp, but regret the lack of plotmath.
...understand it, and it can be made to work like plot in R, with additional tools like lines and points and such. I don't want to interact with these plots, I just need to put them into lectures & documents relatively easily. And I've also succeeded in turning them into flash video with R2SWF, which works great! Last summer, I put together some lecture notes illustrating persp, scatterplot3d, and persp3d. http://pj.freefaculty.org/guides/Rcourse/plot-3d/plots-3d.pdf. As I review that now, I see I did not make any progress on the lattice based plotters, or I did not write it down, anyw...
2014 Dec 15
1
R build failure under gcc 4.9's link time optimization
R fails to build with visibility on and gcc 4.9's link time optimzation, because of its practice of building part of it as archive first. Specifically it builds some bundled libraries as archive first, the symbols of which are then entirely invisible in gcc 4.9. The Matrix package also does this awful practice, with CHOLMOD.a COLAMD.a AMD.a SuiteSparse_config.a . One way of fixing R is: