Vectors are none of those things. Vectors are just objects that obey certain rules (see: definition of vector space). Occasionally, in very specific circumstances, we may find it useful to draw vectors as lines from the origin, but in those cases vectors are really just n-tuples of real numbers (points in Rn). A plane through the origin is not a vector (not in your situation, anyway), it is a subspace of Rn containing vectors.
EDIT: If you're more "abstract inclined"...
A vector space is just a collection of things (call the collection V) paired with a structure called a field (just think of the real numbers for now). Essentially, we define rules that allow you to add vectors together and multiply them by elements of the field (called scalars). The vectors are elements of the set V.
The vectors in V can be almost anything. In your case, they're n-tuples of real numbers, but in others they could be sets, or planes, or lines, of all sorts of different structures.