Displaying 1 result from an estimated 1 matches for "typherix".
2011 Sep 08
1
3D plot RGL
...ctor(data[,1])
dat=as.vector(data[,2])
Year=as.vector(data[,3])
Country=as.vector(data[,4])
Sales=as.vector(data[,5])
Sales=as.matrix(Sales)
plot3d(Year, dat, Sales, type="h", axes=F, lwd=5,
xlab="Year", ylab="Country", zlab="Sales", col=Colors,
main="Typherix: Country/Year/Sales") ##replacing type="l" makes a
connections all around, I want only one per country
axis3d("x", nticks=10, cex=0.7)
axis3d("z", nticks=5, cex=0.7, las=2)
axis3d("y", labels=Country, las=2, nticks=20, cex=0.5)
--
View this message in c...