testligne | R Documentation |
Test une valeur si il existe dans une ligne
testligne(A, i, n)
A |
: une matrice |
i |
: l'indice du ligne |
n |
; valeur rechercher |
: True si n existe deja dans la ligne, Sinon False
AIT MOULAY ABDERRAHIM
A = matrix(1,9,9) testligne (A , 2 , 5 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.