R语言
utilities.3d
位于 lattice
包(package)。 说明
这些是 cloud
和 wireframe
的默认面板函数(相关)。
用法
ltransform3dMatrix(screen, R.mat)
ltransform3dto3d(x, R.mat, dist)
参数
x |
|
screen |
列表,如 |
R.mat |
齐次坐标中的 4x4 变换矩阵 |
dist |
控制变换以考虑透视观察 |
细节
ltransform3dMatrix
和 ltransform3dto3d
是帮助计算投影的实用函数。这些函数在 cloud
和 wireframe
的面板函数内部使用。它们在用户定义的面板函数中也可能很有用。
第一个函数采用 cloud
和 wireframe
中的 screen
参数形式的列表以及齐次坐标中的 4x4 变换矩阵 R.mat
,以返回一个新的 4x4 变换矩阵,该矩阵是应用的结果R.mat
后面是 screen
中的旋转。第二个函数将齐次坐标中的 4x4 变换矩阵应用于表示 3D 空间中的点的 3xn 矩阵,并可选择进行一些透视计算。 (还没有对非平凡变换矩阵进行过测试,而且我对齐次坐标系的了解非常有限,所以这里可能存在错误。)
作者
Deepayan Sarkar Deepayan.Sarkar@R-project.org
也可以看看
相关用法
- R update.trellis 检索和更新网格对象
- R panel.xyplot xyplot 的默认面板函数
- R xyplot.ts 时间序列绘图方法
- R panel.bwplot bwplot 的默认面板函数
- R panel.loess 添加黄土平滑的面板函数
- R lset 修改网格设置的接口 - 已失效
- R panel.axis 绘图轴刻度和标签的面板函数
- R Rows 从列表中提取行
- R panel.number 在绘图期间访问辅助信息
- R trellis.par.get 网格显示的图形参数
- R barley 明尼苏达州大麦试验的产量数据
- R panel.functions 有用的面板函数组件
- R prepanel.functions Lattice 有用的 Prepanel 函数
- R xyplot 常见的二变量网格图
- R simpleTheme 生成简单主题的函数
- R panel.parallel 并行的默认面板函数
- R print.trellis 绘制和总结网格对象
- R panel.cloud 云默认面板函数
- R packet.panel.default 将数据包与面板关联
- R levelplot 水平图和等高线图
- R trellis.device 初始化网格显示
- R cloud 3d 散点图和线框曲面图
- R tmd Tukey 均差图
- R panel.pairs splom 的默认超级面板函数
- R draw.colorkey 通常为水平图生成色键
注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Utility functions for 3-D plots。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。