>  By the way,
>
>  k = rpy.r.terrain.colors(100)
>
>  fails. Is there trick to get access to the terrain.colors or to other R
>  functions which have a dot (I don't know if there are many)?

Yes, as the rpy documentation explains, use an underscore instead:

k = rpy.r.terrain_colors(100)

Peter

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to