Greg Snow <Greg.Snow <at> imail.org> writes: > > It is not clear what exactly you want. Try looking at the functions TkPredict, TkSpline, and TkApprox in the > TeachingDemos package to see if any of those do what you want. > > If not, give a bit more of a description and include some sample data. >
You could program something by using locator() perhaps although as Greg mentions it isn't clear what you want. Along those lines, in addition to the above mentioned packages, you might want to look at some packages that use cairoDevice to create interactive graphic displays. For example, you might find ready made features in playwith or you can use gWidgetsRGtk2 to create something on your own. ______________________________________________ R-help@r-project.org 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.