使用R命令创建特殊向量

时间:2018-11-06 08:08:39

标签: r

我想用R命令创建向量: (4、6、3、4、6、3,...,4、6、3、4、6),其中10次出现4、10次出现6、9次出现3。

1 个答案:

答案 0 :(得分:2)

尝试yum install phpMyAdmin php72u-{json,tidy,process,cli,bcmath} 及其x = 0 y = 0 #for each pixel in the Y while (y < height): # for each pixel in the X x = 0 #start counting again for the next row while (x < width): print pix[x,y] x = x + 1 y = y + 1 参数

rep

计算每个元素的出现次数

length.out

您也可以按照@snoram的建议使用x <- rep(c(4, 6, 3), length.out = 29) x #[1] 4 6 3 4 6 3 4 6 3 4 6 3 4 6 3 4 6 3 4 6 3 4 6 3 4 6 3 4 6

table(x)
#x
# 3  4  6 
# 9 10 10