When asking a question of this sort, it is usually helpful to provide  
an example of the code you were attempting to run.

For what its worth, the scale function works properly for me:

 >>> from rpy import *
 >>> r.scale( range(10) )
array([[-1.48630108],
        [-1.15601195],
        [-0.82572282],
        [-0.49543369],
        [-0.16514456],
        [ 0.16514456],
        [ 0.49543369],
        [ 0.82572282],
        [ 1.15601195],
        [ 1.48630108]])
 >>>



-G





On Dec 18, 2007, at 9:58PM , zhang chi wrote:

> I find a scale function in R language.
>
> But in Rpy, I can't use r.scale(), is there a scale() function in Rpy?
>
> this is my first use mail list , I don't know if I mail this  
> message to the correct address.
>
> If I disturb, I am very sorry about it .
>
> good luck
> ---------------------------------------------------------------------- 
> ---
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/ 
> marketplace<mime-attachment.txt>


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to