Displaying 3 results from an estimated 3 matches for "heplot3d".
2010 Feb 10
1
heplot3d / rgl : example causes R GUI to crash
[Env: Tested under Win Xp, R 2.9.2 and R 2.10.1; sessionInfo() at end]
I've run into a problem with the heplot3d() function in my heplots
package which causes the R GUI to crash
('R for Windows GUI encountered a problem and needs to close...'). I
think the problem comes from an
rgl call, but, I can't get a traceback or other information because my R
session crashes. I've never seen this
beh...
2010 Jul 29
0
[R-pkgs] heplots 0.9-3 and candisc 0.5-18 released to CRAN
...(linear.hypothesis, data.ellipse)
Version 0.9-2 (2010-02-12)
o Added demo/Big5.R
o fixed buglet with text3d causing rgl to crash (thx: Duncan Murdoch)
o switched inst/CHANGES to NEWS
o Added data/RatWeight and examples
o Added data/Headache and examples
o Fixed buglets in heplot, heplot1d, heplot3d regarding number of variables
o Added etasq.mlm methods for multivariate measures of association (\eta^2)
o Return ellipse radius from heplot, heplot3d
Version 0.9-1 (2010-01-1)
o heplot.mlm, pairs.mlm, heplot3d.mlm now work for repeated measure designs
with only covariates on the rhs.
o Im...
2006 Dec 11
2
updating rgl on debian stable
...se that application uses a more current
version.
There is also a mysterious error msg from Xlib:
> library(car)
> library(rgl)
> iris.mod <- lm(cbind(Sepal.Length, Sepal.Width, Petal.Length,
Petal.Width) ~
+ Species, data=iris)
> source("heplot.R")
> source("heplot3d.R")
> source("pairs.mlm.R")
> heplot3d(iris.mod)
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Error in ellipsoid(gmean, E, radius, col = last(col), label = "Error") :
could not find function "asEuclidean"
>
>...