what are the dimensions of a vector R
Answers
Answered by
2
Answer:
Vectors are dimensionless in R, they have length. If one wants to consider a vector as a dimensioned object (and later work on that vector), s/he must use t() (transpose) (that in essence makes it 1-dimensional array).
Similar questions