panel.densityplot
位于 lattice
包(package)。 说明
这是densityplot
的默认面板函数。
用法
panel.densityplot(x, darg, plot.points = "jitter",
ref = FALSE,
groups = NULL,
weights = NULL,
jitter.amount,
type, ...,
grid = lattice.getOption("default.args")$grid,
identifier = "density")
参数
x |
要估计密度的数据点 |
darg |
要传递给 |
plot.points |
逻辑指定数据点是否应与估计密度一起绘制。或者,指定如何绘制点的字符串。有意义的值是 |
ref |
逻辑,是否绘制x轴 |
groups |
可选的分组变量。如果存在,将使用 |
weights |
用于密度计算的权重数值向量。如果指定了此项,则 |
jitter.amount |
当 |
type |
如果需要, |
... |
额外的图形参数。请注意, |
grid |
逻辑标志、字符串或列表,指定是否以及如何绘制背景网格。在其一般形式中,
如果 |
identifier |
附加到由此面板函数创建的 grobs 名称之前的字符串。 |
作者
Deepayan Sarkar Deepayan.Sarkar@R-project.org
也可以看看
相关用法
- R panel.dotplot 点图的默认面板函数
- 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 panel.pairs splom 的默认超级面板函数
- 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 packet.panel.default 将数据包与面板关联
- R prepanel.functions Lattice 有用的 Prepanel 函数
- R print.trellis 绘制和总结网格对象
- R prepanel.default 默认预面板函数
- R xyplot.ts 时间序列绘图方法
注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Default Panel Function for densityplot。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。