tobre 2009 17h36:34 GMT +01:00 Amsterdam / Berlin / Berne
/ Rome / Stockholm / Vienne
Objet: [R] Problems with code containing a for loop
The following code isn't working and we can't figure out why..
letters = c("A","B","C","D","E&qu
-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> On Behalf Of Antje##
> Sent: Friday, October 09, 2009 10:37 AM
> To: r-help@r-project.org
> Subject: [R] Problems with code containing a for loop
>
>
> The following code isn't working and we
The following code isn't working and we can't figure out why..
letters = c("A","B","C","D","E","F","G","H","I","J")
numbers = 1:3
for(i in 1:6){ #6 letters
for (j in 1:3) { #3 numbers
for (k in -1:1) { #a
3 matches
Mail list logo