Test Plots
Simple plotting functions for testing both 2d and 3d transformations.
polyplot (ps, ...,
main,
grid=TRUE, add=FALSE, transpose=FALSE,
xlim=c(-5, 5), ylim=c(-5, 5),
line.color="black", fill.color="lightblue")
cubplot (ps, ...,
transpose=FALSE,
xlim=c(-5, 5), ylim=c(-5, 5), zlim=c(-5, 5),
line.color="black")ps |
A matrix or MatrixArray object. |
main |
String, the main title. |
grid |
Logical, add grid lines. |
add |
Logical, if true, plot the polygons on top of an existing plot. |
transpose |
Logical, if true, use the transpose of each matrix. |
xlim, ylim, zlim |
Numeric vectors of length two, giving the x, y and z ranges. |
line.color, fill.color |
Character vectors of length one, or the length of p, giving the the line and fill colors. |
... |
Ignored. |
Binary Operators
This describes how to perform operations on MatrixArray objects.
######################################## #refer to: #Pre-Multiplication or Post-Multiplication #for better examples ######################################## polyplot (sqps %]*% brot2 (pi / 8) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.