R语言想使用distmap要安装什么
时间: 2023-07-24 20:04:37 浏览: 116
Find Geodesic distance on a image:Find Geodesic distance on an image (Im) between point x0,y0 and all other points in the image-matlab开发
要使用R语言中的distmap函数,需要安装R包"Biostrings"。可以使用以下命令在R中安装该包:
```
install.packages("Biostrings")
```
安装完成后,可以通过以下命令加载该包:
```
library(Biostrings)
```
这样就可以使用distmap函数了。
阅读全文