Daniel Code
Someone who loves DATA very much
Home
About Me
dAnsas
dAnappv2
dAnExcel
D3.js Chart
02/01/2016
[R]Vectors and assignment
function c()
x <- c(10.4, 5.6, 3.1, 6.4, 21.7)
assign("x", c(10.4, 5.6, 3.1, 6.4, 21.7))
y <- c(x, 0, x) #create a vector y with 11 entries
Newer Post
Older Post
Home