gpt4 book ai didi

r - 方阵中数据的山状图

转载 作者:行者123 更新时间:2023-12-04 12:56:14 25 4
gpt4 key购买 nike

我有数据作为方阵。我想像 meshgrid 一样绘制它在 Matlab 中(具有颜色渐变的山脉)。另外,如果有一个大悬崖,我想标记它。如下图所示

enter image description here

我拥有的数据是

            _92765  _222156 _384259 _384249 _384247 _384250
_92765 -1 3.4 4.85106 8.12927 8.462 9.12643
_222156 3.4 -1 1.50877 3.66383 3.58554 3.69655
_384259 4.85106 1.50877 -1 4.48433 4.51367 4.14421
_384249 8.12927 3.66383 4.48433 -1 0.288 0.252
_384247 8.462 3.58554 4.51367 0.288 -1 0.196
_384250 9.12643 3.69655 4.14421 0.252 0.196 -1

我该怎么办?
谢谢

最佳答案

你看过lattice库中的wireframe()函数吗?

以下是在线帮助中的示例:

library(lattice)    
wireframe(volcano, shade = TRUE,
aspect = c(61/87, 0.4),
light.source = c(10,0,10))

enter image description here

关于r - 方阵中数据的山状图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5186306/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com