On 08/18/2010 06:16 AM, navishkumarb wrote:

Hello
Can any one let me know how to delete a value from an array and then push
back rest of the remaining elements up into an array.

Thanks



Reproducible examples help us understand what you mean.

x <- 1:10
x[-1]

Is that what you mean?

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to