Skip to content

Scatter Plots using R?

2 messages · Jay Pasch, stefano iacus

#
Greetings,

Is it possible to create scatter plot graphs, also graphing R-squared, using
existing R-defined packages?  If so, which package/s? 
Am attempting to create correlation studies in a financial environment 
using the aforementioned.

Thanks in advance,

Jay.
1 day later
#
have a look at pairs() and friends. example(pairs)
stefano
On 08/apr/05, at 21:12, Jay Pasch wrote: