powered by
Given an n-dimensional space, the k-th versor is returned.
n
k
tbl2matrix(x, .rownames = NULL)
dimension of the space.
order of the versor.
if TRUE, a numeric is returned, otherwise versor returns a column matrix.
TRUE
numeric
versor
# NOT RUN { plot3logit:::versor(1, 3) plot3logit:::versor(3, 6) plot3logit:::versor(3, 6, FALSE) # }
Run the code above in your browser using DataLab