span3D {smallstuff} | R Documentation |
Span of a Matrix
Description
Displays a perspective plot showing the plane that is the span of a matrix
Usage
span3D(M, th = 0, ph = 15)
Arguments
M |
Matrix for which the span should be shown. |
th |
A vector indicating the horizontal angle at which the plot should be shown. |
ph |
A vector indicating the vertical angle at which the plot should be shown. |
Value
A matrix containing the plot coordinates (used when adding features).
Examples
span3D(matrix(c(1,0,0,1,1,1),3))
[Package smallstuff version 1.0.3 Index]