當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


R prepanel.default 默認預麵板函數


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

邏輯指示平行軸是否應水平布置(TRUE)或垂直布置(FALSE)。

nlevels

這種分類變量的級別數。

origin , stack

對於條形圖或 type="h" 繪圖類型

breaks , equal.widths , type , nint

直方圖計算的詳細信息。 typeprepanel.default.xyplot 中具有不同的含義(請參閱 panel.xyplot )

groups , subscripts

請參閱xyplot。在適當的情況下,對每個組分別進行計算,然後合並。

weights

用於密度計算的權重數值向量。如果指定了此項,則將其作為 subscripts 的子集以將其與 x 匹配。

perspective , distance , xlim , ylim , zlim , screen , R.mat , aspect , panel.aspect , zoom

參見panel.cloud

f.value , distribution , tails.n

參見panel.qqmath

darg

傳遞給density的參數列表

z

請參閱panel.parallelpanel.pairs

qtype

quantile 的類型

...

其他參數,通常被忽略

包含組件 xlimylimdxdy 的列表,可能還有 xatyat ,前兩個用於計算麵板軸限製,後兩個用於銀行計算。 xyplot 的幫助頁麵中說明了這些組件的形式。

作者

Deepayan Sarkar Deepayan.Sarkar@R-project.org

也可以看看

xyplotbankingLattice。有關參數的更多詳細信息,請參閱相應麵板函數的文檔。

相關用法


注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Default Prepanel Functions。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。