índice em r
which(myVector == 1)
# will return all the indices that satisfy the argument
Rocku0
which(myVector == 1)
# will return all the indices that satisfy the argument