qvmap(m, x, y)
QTransform
instancey
is missing, should be
something coercible to a numeric vector or matrix. If the vector
coercion succeeds, the vector is coerced to a matrix with
matrix(x, ncol = 2, byrow = TRUE)
. The first column is taken
as X, the second as Y.y
is missing, in which case an attempt is made to
coerce the result to the class of x
, if any.