[R] Execution of a .sce file through R

2008-12-30 Thread ykank
Dear R Users Does some has any idea about how to execute a scilab file(.sce file) from the Terminal in R. Any kind of guidance would be highly welcomed and appreciated. -- View this message in context: http://www.nabble.com/Execution-of-a-.sce-file-through-R-tp21227441p21227441.html Sent from t

[R] Array Making

2008-12-29 Thread ykank
Dear R Users Suppose I've certain values of A[1], A[2], A[3] ,A[4].B[1],B[2],B[3]..C[1],C[2],C[3].so on..All A,B,Cs are some numeric constant. I want to make an array which will look like [A[1], B[1], C[1], A[2], B[2], C[2], A[3], B[3] ,C[3] Please suggest me any way to do i