Dear ligges,
Thanks for your reply. it worked out.
Happy Christmas,
Eliza
> Date: Wed, 25 Dec 2013 01:09:52 +0100
> From: lig...@statistik.tu-dortmund.de
> To: eliza_bo...@hotmail.com; r-help@r-project.org
> Subject: Re: [R] label in scatter3d plot
>
> See what scatterplot3d
See what scatterplot3d() return. This is rather helpful, i.e. try
s3d <- scatterplot3d(x,y,z, main="3D Scatterplot")
text(s3d$xyz.convert(x,y,z)$x, s3d$xyz.convert(x,y,z)$y, V4, pos=4, cex=0.7)
Well, you still don't see too much, but at least it does what you were
asking for.
Best,
Uwe Ligges
Dear Users of R,
I plotted the following data by
>scatterplot3d(x,y,z, main="3D Scatterplot")
Then i wanted to label the points on that plot w.r.t column 4. i unsuccessfully
tried
textxy() & text3d()
Kindly guide me through
> dput(test)
structure(list(x = c(458750L, 460350L, 415750L, 356250L, 387
3 matches
Mail list logo