I apologize for the off-topic post, but my Google search did not turn up much and I thought people on this list my have knowledge of this. I am looking for examples of data brushing (i.e. dynmaic linked plots) either on a web site, or in a web-based application, such as an AJAX app. Even better if there is a way to do this in R. Thanks for any help. -Roy M. ********************** "The contents of this message do not reflect any position of the U.S. Government or NOAA." ********************** Roy Mendelssohn Supervisory Operations Research Analyst NOAA/NMFS Environmental Research Division Southwest Fisheries Science Center 1352 Lighthouse Avenue Pacific Grove, CA 93950-2097 e-mail: Roy.Mendelssohn at noaa.gov (Note new e-mail address) voice: (831)-648-9029 fax: (831)-648-8440 www: http://www.pfeg.noaa.gov/ "Old age and treachery will overcome youth and skill."
On 6/12/07, Roy Mendelssohn <Roy.Mendelssohn at noaa.gov> wrote:> I apologize for the off-topic post, but my Google search did not turn > up much and I thought people on this list my have knowledge of this. > I am looking for examples of data brushing (i.e. dynmaic linked > plots) either on a web site, or in a web-based application, such as > an AJAX app. Even better if there is a way to do this in R. > > Thanks for any help.It's not completely in R, but rggobi (http://www.ggobi.org/rggobi) offers a tight link to ggobi (http://www.ggobi.org) which offers a wide range of interactive and dynamic graphics, including linked brushing. Hadley
There is the TkBrush function in the TeachingDemos package for R. It is not web based. -----Original Message----- From: "Roy Mendelssohn" <Roy.Mendelssohn at noaa.gov> To: "r-help at stat.math.ethz.ch" <r-help at stat.math.ethz.ch> Sent: 6/12/07 10:26 AM Subject: [R] [OT]Web-Based Data Brushing I apologize for the off-topic post, but my Google search did not turn up much and I thought people on this list my have knowledge of this. I am looking for examples of data brushing (i.e. dynmaic linked plots) either on a web site, or in a web-based application, such as an AJAX app. Even better if there is a way to do this in R. Thanks for any help. -Roy M. ********************** "The contents of this message do not reflect any position of the U.S. Government or NOAA." ********************** Roy Mendelssohn Supervisory Operations Research Analyst NOAA/NMFS Environmental Research Division Southwest Fisheries Science Center 1352 Lighthouse Avenue Pacific Grove, CA 93950-2097 e-mail: Roy.Mendelssohn at noaa.gov (Note new e-mail address) voice: (831)-648-9029 fax: (831)-648-8440 www: http://www.pfeg.noaa.gov/ "Old age and treachery will overcome youth and skill." ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.