[R] Replace last element in a vector - elegant solution?

Wu Gong wg2f at mtmail.mtsu.edu
Thu Jul 29 15:42:56 CEST 2010


Hi, 

The function head also works.

x <- 1:10
head(x,-1)

-----
A R learner.
-- 
View this message in context: http://r.789695.n4.nabble.com/Replace-last-element-in-a-vector-elegant-solution-tp2306315p2306471.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list