[R] Array Data

Erik Iverson eriki at ccbr.umn.edu
Wed Aug 18 15:54:19 CEST 2010


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?



More information about the R-help mailing list