是否有 uniPlot 函数的类似物?

Is there any analogs of uniPlot function?

我浏览了一些函数并找到了 library(MVN),我想在其中使用 uniPlot 函数,它非常简洁,因为它可以快速为数据框中的每一列提供摘要图。我正在使用:

uniPlot(ready, type="histogram")

但是这个函数被贬低了,我想知道是否有人知道类似这个函数的东西(绘制直方图与叠加正态曲线)?

您可以在当前 MVN 版本中执行此操作,如下所示:

 mvn(data = iris[1:50,1:3], mvnTest = "royston", univariatePlot =
     "histogram")