使用密度绘制 3d 中的 R- xy 散点图

发布于 2024-11-06 19:53:02 字数 99 浏览 3 评论 0原文

我想使用密度/重叠作为 z 值来可视化 3d 中的 xy 散布。我想这就像使用 alpha 作为 z 轴 - 更多重叠 = 更高的 z 轴。建议?也许在点阵库中使用 cloud() ?

I want to visualize an x-y scatter in 3d, using the density/overlaps as z values. I guess this would be like using alpha as a z-axis - more overlap = higher z. Suggestions? Perhaps using cloud() in lattice library?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

幸福不弃 2024-11-13 19:53:02

我使用 rgl 进行 3D 可视化。您可以使用鼠标在 rgl 窗口中旋转图像。滚轮放大/缩小。

example(plot3d)
rgl.bg(color = "black") # Space, the final Frontier.

在此处输入图像描述

I use rgl for 3D visualization. You can rotate the image in rgl window using your mouse. Wheel zooms in/out.

example(plot3d)
rgl.bg(color = "black") # Space, the final Frontier.

enter image description here

度的依靠╰つ 2024-11-13 19:53:02

有多种可用的 2d 密度函数:

MASS::kde2d
fields::smooth.2d
hexbin::hexbin

一般来说,可视化 3d 点云是相当困难的。带有曲面的伪 3D 没问题,但点的显示没有足够的深度提示。如果您确实想尝试一下,请使用 rgl 包,这样您就可以旋转。

There are a variety of 2d density functions available:

MASS::kde2d
fields::smooth.2d
hexbin::hexbin

In general visualizing 3d clouds of points is rather difficult. Pseudo 3d with surfaces is ok but the points do not display with sufficient depth cues. If you really want to try it, then use the rgl package so you can rotate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文