Displaying 1 result from an estimated 1 matches for "tp2323329p2324696".
Did you mean:
tp2323329p2324691
2010 Aug 12
5
how to eliminate an element of a list
Hi,
I want to eliminate an element of a list:
list <- seq(1,5,1)
s <- sample(list,1)
lets say s=3
Now I want to remove 3 from the list: list2 = {1,2,4,5}
Can someone give me a tip?
Thanks,
André
[[alternative HTML version deleted]]