PTT
Submit
Submit
选择语言
正體中文
简体中文
PTT
R_Language
[问题] 对一个dataframe里的column做替换
楼主:
alasa15
(alasa)
2015-04-02 19:10:13
我现在造一个data frame z
x <- c(3,2,3,2,3,1,1,2)
y <- 1:8
z <- as.data.frame(cbind(x,y))
对这个data frame z
请问有没有不用loop的方法把column x里面的 1 2 3 替换成 'a' 'b' 'c' 呢?
谢谢
作者:
ntme
(one shot one kill)
2015-04-02 19:27:00
z$x[z$x == 1] = "a"
作者: ty854697
2015-04-02 22:27:00
try mapvalues() or revalue()
http://ppt.cc/ZNeJ
继续阅读
[问题] shinyapp 显示问题
psinqoo
[问题] 定时工作
koai
[问题] 需要学R的command line吗
fortooth
[问题] 爬批踢踢文章内容
miao2361
Re: [问题]坐标轴变更
celestialgod
Re: [问题]坐标轴变更
andrew43
[问题]坐标轴变更
coke228
Re: [问题] as.factor()和factor()
JX660
Re: [问题] 矩阵中的属性不同
ntme
Re: [问题] 矩阵中的属性不同
andrew43
Links
booklink
Contact Us: admin [ a t ] ucptt.com