[rkward-users] [rkward - Help] RE: Scatterplot lines as splines?

SourceForge.net noreply at sourceforge.net
Tue Jun 9 07:57:20 UTC 2009


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7433614
By: tfry

Our scatterplot plugin simply does not have support for this, yet. Of course
it is still possible to do this, but you'll have to write a bit of R code yourself.
You can start out with the code generated by the scatterplot plugin (click on
code, or copy it from the Command Log after running). Put that into a script
file and insert something like

    lines(spline(Xvars[[i]], Yvars[[i]]))

below the call to "points". click Run->Run all, and that should be it.

See also
   help(spline)

Regards
Thomas



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=165574




More information about the Rkward-users mailing list