Displaying 1 result from an estimated 1 matches for "day7max2010".
2012 Apr 09
0
Calculating the overlapping area of ellipsoides
...tribution against a number parameters using the scatter3d function car
package,
The visualizations are fantastic and they provide great support for the
analysis. As far as I can determine, scatter3d does not save the output of
the routine as an object so I can not
x <- scatter3d(MADep2010 ~ Day7Max2010 + S7DryFreq2010 |
as.factor(VegClass), data = Veg ,
axis.scale = TRUE, sphere.size=1.5, surface=FALSE, parallel=FALSE,
ellipsoid=TRUE, revolutions=1,
surface.col =c("red", "green", "blue", "gold", "magenta"))
str(x)
NULL
I would like t...