|
From: Sasha <nd...@ma...> - 2006-02-10 22:30:26
|
On 2/10/06, Travis Oliphant <oli...@ee...> wrote:
> The whole point of r_ is to allow you to use slice notation to build
> ranges easily. I wrote it precisely to make it easier to construct
> arrays in a simliar style that Matlab allows.
Maybe it is just me, but r_ is rather unintuitive. I would expect
something like this to be called "c" for "combine" or "concatenate." =20
This is the name used by S+ and R.
From R manual:
"""
c package:base R Documentation
Combine Values into a Vector or List
...
Examples:
c(1,7:9)
...
"""
|