June Kim
2010-Mar-16 11:19 UTC
[R] interactive 3d plot (identifying datapoint when clicked or mouse-overed)
Is there a package that provides interactive 3d scatter plot with the functionality of identifying the datapoint when clicked or mouse-overed? Or, if not, which package is the best alternative (with some modification) to produce the similar effect? If there is a rotation feature, it is +1.
John Fox
2010-Mar-16 11:30 UTC
[R] interactive 3d plot (identifying datapoint when clicked or mouse-overed)
Dear June Kim, The scatter3d function in the Rcmdr package, or in the development version of the car package on R-Forge, can do interactive point identification. (For the version in car, set id.method="identify".) Regards, John -------------------------------- John Fox Senator William McMaster Professor of Social Statistics Department of Sociology McMaster University Hamilton, Ontario, Canada web: socserv.mcmaster.ca/jfox> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]On> Behalf Of June Kim > Sent: March-16-10 7:20 AM > To: r-help at r-project.org > Subject: [R] interactive 3d plot (identifying datapoint when clicked or > mouse-overed) > > Is there a package that provides interactive 3d scatter plot with the > functionality of identifying the datapoint when clicked or > mouse-overed? Or, if not, which package is the best alternative (with > some modification) to produce the similar effect? > > If there is a rotation feature, it is +1. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.