créer un vecteur de zéros en r
integer(3)
numeric(3)
rep(0, 3)
rep(0L, 3)
Grumpy Goose
integer(3)
numeric(3)
rep(0, 3)
rep(0L, 3)