Skip to content
Back to formatted view

Raw Message

Message-ID: <16121649.post@talk.nabble.com>
Date: 2008-03-18T13:55:20Z
From: Josh Roofchop
Subject: Re move a number from a vector
In-Reply-To: <16119616.post@talk.nabble.com>

Thanks to both John and Arthur for their replies, they both worked great.
Josh



Josh Roofchop wrote:
> 
> This should be an easy one, but I haven't been able to figure it out, 
> 
> x<-c(2, 4, 6, 9, 10)
> #how do I remove a single value
> x<-x[-2] # will remove the second element of the vector not the number 2 
> 
> This is part of a loop that looks a little like this...
> 
> x<-c(2, 4, 6, 9, 10)
> remove.value<-4
> #then I need to remove the value returned by the loop.
> 
> Thanks,
> Josh
> 
> 

-- 
View this message in context: http://www.nabble.com/Remove-a-number-from-a-vector-tp16119616p16121649.html
Sent from the R help mailing list archive at Nabble.com.