Subversion Repositories wimsdev

Rev

Rev 11220 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11220 Rev 11292
Line 4... Line 4...
4
alias:columns
4
alias:columns
5
syntax:!column `numlist' of `string'
5
syntax:!column ``numlist'' of ``string''
6
mean:Outputs selected (comma-separated) columns of a matrix `string',\
6
mean:Outputs selected (comma-separated) columns of a matrix ``string'',\
7
  according to `numlist'. Rows of the matrix can be separated either \
7
  according to ``numlist''. Rows of the matrix can be separated either \
8
  by new lines or by semi-colon ``;''.
8
  by new lines or by semi-colon ``;''.
9
 
9
 
10
numlist:The output is separated by commas if only one column is selected, or\
10
numlist:The output is separated by commas if only one column is selected, or\
11
  separated in the same way as the matrix `string' otherwise.
11
  separated in the same way as the matrix ``string'' otherwise.