R语言
prepanel.default
位于 lattice
包(package)。 说明
这些预面板函数用作 Lattice 中各种高级绘图函数的后备默认值。这些对于普通用户来说很少有用,但可能有助于开发新的显示器。
用法
prepanel.default.bwplot(x, y, horizontal, nlevels, origin, stack, ...)
prepanel.default.histogram(x, breaks, equal.widths, type, nint, ...)
prepanel.default.qq(x, y, ...)
prepanel.default.xyplot(x, y, type, subscripts, groups, ...)
prepanel.default.cloud(perspective, distance,
xlim, ylim, zlim,
screen = list(z = 40, x = -60),
R.mat = diag(4),
aspect = c(1, 1), panel.aspect = 1,
..., zoom = 0.8)
prepanel.default.levelplot(x, y, subscripts, ...)
prepanel.default.qqmath(x, f.value, distribution, qtype,
groups, subscripts, ..., tails.n = 0)
prepanel.default.densityplot(x, darg, groups, weights, subscripts, ...)
prepanel.default.parallel(x, y, z, ..., horizontal.axis)
prepanel.default.splom(z, ...)
参数
x , y |
x 和 y 值,数字或因子 |
horizontal |
逻辑性,适用于将其中一个变量视为分类变量(因子或木瓦)时。 |
horizontal.axis |
逻辑指示平行轴是否应水平布置( |
nlevels |
这种分类变量的级别数。 |
origin , stack |
对于条形图或 |
breaks , equal.widths , type , nint |
直方图计算的详细信息。 |
groups , subscripts |
请参阅 |
weights |
用于密度计算的权重数值向量。如果指定了此项,则将其作为 |
perspective , distance , xlim , ylim , zlim , screen , R.mat , aspect , panel.aspect , zoom |
|
f.value , distribution , tails.n |
参见 |
darg |
传递给 |
z |
|
qtype |
|
... |
其他参数,通常被忽略 |
值
包含组件 xlim
、 ylim
、 dx
和 dy
的列表,可能还有 xat
和 yat
,前两个用于计算面板轴限制,后两个用于银行计算。 xyplot
的帮助页面中说明了这些组件的形式。
作者
Deepayan Sarkar Deepayan.Sarkar@R-project.org
也可以看看
相关用法
- R prepanel.functions Lattice 有用的 Prepanel 函数
- R print.trellis 绘制和总结网格对象
- R panel.xyplot xyplot 的默认面板函数
- R panel.bwplot bwplot 的默认面板函数
- R panel.loess 添加黄土平滑的面板函数
- R panel.axis 绘图轴刻度和标签的面板函数
- R panel.number 在绘图期间访问辅助信息
- R panel.functions 有用的面板函数组件
- R panel.parallel 并行的默认面板函数
- R panel.cloud 云默认面板函数
- R packet.panel.default 将数据包与面板关联
- R panel.pairs splom 的默认超级面板函数
- R panel.dotplot 点图的默认面板函数
- R panel.densityplot 密度图的默认面板函数
- R panel.spline 添加样条平滑的面板函数
- R panel.stripplot 带状图的默认面板函数
- R panel.smoothScatter 格子面板函数类似于 smoothScatter
- R panel.violin 创建小提琴图的面板函数
- R panel.qqmath qqmath 的默认面板函数
- R panel.superpose 分组显示面板函数
- R panel.histogram 直方图的默认面板函数
- R panel.levelplot 水平图和等高线图的面板函数
- R panel.barchart 条形图的默认面板函数
- R panel.qqmathline qqmath 的有用面板函数
- R xyplot.ts 时间序列绘图方法
注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Default Prepanel Functions。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。