Sarah Goslee wrote:> text3d(x, y, z, text=letters[1:10], cex=2Thank you for the help. Is there a way to remove the text from the plot as well. I am finding it difficult to see what I am looking for with the text in the way. It would be useful to be able to identify a point and then clear the text. Can that be done while still maintaining the orientation of the plot? LMH
Sarah Goslee
2016-Aug-24 17:42 UTC
[R] question about cleaning up data labels on a plot3d plot
You could take a look at ?identify3d You should probably also read https://cran.r-project.org/web/packages/rgl/vignettes/rgl.html Beyond that, if it's difficult to see what you're looking for, maybe you should rethink your approach. Sarah On Wed, Aug 24, 2016 at 1:21 PM, LMH <lmh_users-groups at molconn.com> wrote:> Sarah Goslee wrote: >> >> text3d(x, y, z, text=letters[1:10], cex=2 > > > Thank you for the help. Is there a way to remove the text from the plot as > well. > > I am finding it difficult to see what I am looking for with the text in the > way. It would be useful to be able to identify a point and then clear the > text. Can that be done while still maintaining the orientation of the plot? > > LMH