trans3d(grDevices)
trans3d()所属R语言包:grDevices
3D to 2D Transformation for Perspective Plots
3D到2D转化为视角图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Projection of 3-dimensional to 2-dimensional points using a 4x4 viewing transformation matrix. Mainly for adding to perspective plots such as persp.
三维投影到2维点,使用一个4x4观看变换矩阵。主要表现为增加,如persp透视图。
用法----------Usage----------
trans3d(x,y,z, pmat)
参数----------Arguments----------
参数:x, y, z
numeric vectors of equal length, specifying points in 3D space.
向量长度相等的数字,在三维空间中的指定点。
参数:pmat
a 4 x 4 viewing transformation matrix, suitable for projecting the 3D coordinates (x,y,z) into the 2D plane using homogeneous 4D coordinates (x,y,z,t); such matrices are returned by persp().
4 x 4查看变换矩阵,适合投影的三维坐标(x,y,z)坐标到二维平面上使用均匀4D(x,y,z,t);返回persp()的这样的矩阵。
值----------Value----------
a list with two components
有两部分组成名单
参数:x,y
the projected 2d coordinates of the 3d input (x,y,z).
预计3D输入(x,y,z)2D坐标。
参见----------See Also----------
persp
persp
举例----------Examples----------
## See help(persp) {after attaching the 'graphics' package}[#查看帮助(persp){后所附的“图形”包}]
## -----------[#-----------]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|