Why do you consider this to be a bug: you are using matrix indexing, and 
there is no element c(1,3) of x?

This form of indexing is covered in 'An Introduction to R'.


On Thu, 19 Oct 2006, [EMAIL PROTECTED] wrote:

> Full_Name: Steven King
> Version: 1.16

There is no such version of R.

> OS: OSX vesion 10.4.8
> Submission from: (NULL) (71.126.161.149)
>
>
>
> Setting a matrix is a function - the failure occurs only on 2 X 2 matrices.
>
> x<-matrix(1:4,nrow=2)
>> x
>     [,1] [,2]
> [1,]    1    3
> [2,]    2    4
>> x[x]<-2
> Error: subscript out of bounds

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to