[R] Parametric Curves

Deepayan Sarkar deepayan at stat.wisc.edu
Wed Jun 2 04:48:47 CEST 2004


On Tuesday 01 June 2004 09:01, Talita Leite wrote:
> Hi everybody!
>
> I'm trying to plot a parametric curve (three dimensions) using R but
> I didn't obtain good results. Somebody have already done something
> like that? Please help me!

Could you give us more details ? To me, this would be having 3 numeric 
vectors (say x, y and z), and plot them joining consecutive points by 
lines. If that's what you want, see ?cloud in the lattice package. (You 
will need to use type = 'l' for lines.)

Deepayan




More information about the R-help mailing list