r - 基础 R 中的绘图函数列表?

标签 r plot

每次我在 Base R 中遇到新的绘图函数(例如 dotchart()smoothScatter() . matplot() )时,我希望 Base R 中有一个绘图函数列表,我可以引用它来进行各种绘图案例。

问题:

我想知道我们的同事是否知道Base R 中的绘图函数列表,我可以在各种绘图案例中引用它?

最佳答案

你可以使用

 library(help = "graphics")

将显示绘图函数列表,例如:

...
barplot                 Bar Plots
box                     Draw a Box around a Plot
boxplot                 Box Plots
boxplot.matrix          Draw a Boxplot for each Column (Row) of a
                        Matrix
bxp                     Draw Box Plots from Summaries
cdplot                  Conditional Density Plots
clip                    Set Clipping Region
contour                 Display Contours
coplot                  Conditioning Plots

关于r - 基础 R 中的绘图函数列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44350272/

相关文章:

具有 "at least one from each"条件的行的随机样本

R:如何防止(或至少预测)基本 R 函数内部的代码与稍后安装的包中的函数之间的名称冲突?

r - R:绘制决策树标签会使文本被截断

r - 如何 : Automatically set fixed coordinate ratio (coord_fixed) when x- and y-axis are on different scales?

python - matplotlib 3D 数据的 2D 切片

python - 如何使绘图更大 Python Jupyter 笔记本

r - 如何从一个固定点连接多个点 - R

R 的行百分比

r - Rcpp中bool向量的子集向量

css - R Shiny - 修复了 Shiny 仪表板中的侧边栏和主标题