get_projection | R Documentation |
Get projection matrix from persp()
function without
producing plot. The angles of projection are given by theta
(rotation) and phi
(elevation), and the strength of perspective
transformation is given by d
.
get_projection(x_lim, y_lim, z_lim, theta, phi, d = 2)
x_lim, y_lim, z_lim |
limits of |
theta |
angle of rotation (degrees). |
phi |
angle of elevation (degrees). |
d |
strength of perspective transformation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.