makeVec for checking or creating vectors
makeVec.RdThis is a convenience for handling function arguments. If x is a single value, it makes a vector of length d in which all values are equal to x. If x is a vector, check that its length is d.
Author
Paul E. Johnson pauljohn@ku.edu