Displaying 1 result from an estimated 1 matches for "rmmdistmetac3".
2005 Dec 02
1
cloud() 3D scatter plot
...),
after the "cex" line.
The only think that seems to work and keep all four groups separate is
making
cex = c(1,2,3,4),
I cannot figure out what it combines the first and last of my groups
with the same point character and color. Any suggestions?
(Part of my code)
....
print(cloud(RMMdistMETAc3$points[,1] ~ RMMdistMETAc3$points[,2] *
RMMdistMETAc3$points[,3],
data = RMM,
cex = 0.8,
groups = Treatment,
screen = list(z = 10, x = -40, y = 3),
) .....