The R Project SVN R

Rev

Rev 24300 | Rev 35771 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24300 Rev 28328
Line 53... Line 53...
53
names(z)
53
names(z)
54
# change just the name of the third element.
54
# change just the name of the third element.
55
names(z)[3] <- "c2"
55
names(z)[3] <- "c2"
56
z
56
z
57
 
57
 
58
## assign just one name
-
 
-
 
58
 
59
z <- 1:3
59
z <- 1:3
60
names(z)
60
names(z)
61
# change just the name of the third element.
61
## assign just one name
62
names(z)[2] <- "b"
62
names(z)[2] <- "b"
63
z
63
z
64
}
64
}
65
\keyword{attribute}
65
\keyword{attribute}