英文: Colorspace transformation for an image in R 问题 I want to transform the colorspace of a .TIFF fil...
ConquestR: 是否有一种方法可以在ConquestR中生成Wright地图?
英文: ConquestR: is there a way to produce Wright Maps in ConquestR? 问题 ConquestR中是否存在生成Wright Maps的功能...
在R中使用rayshader在3D绘图RGL设备上添加2D图像。
英文: add 2D image on 3D Plot RGL Device with rayshader in R 问题 我想在 RGL 设备上显示的 3D 绘图中添加图像。我尝试使用 annota...
可以使用dplyr::select同时选择列和更新吗?
英文: Is it possible to use dplyr::select to select columns and update at the same time? 问题 Sample dat...
使用两个其他远距离观察的平均值来替换多个缺失的观测数据点。
英文: Replace missing datapoints with the average of 2 other distant observations when there are multi...
如何设置全局包变量,以便在 R CMD check 中的示例中访问它们?
英文: How to set global package variables so they can be accessed by examples in R CMD check? 问题 我现在正在...
获取特定变量的线性回归方程如何?
英文: How to get the linear regression equation for a certain variable? 问题 Error in eval(predvars, dat...
返回每次旋转的阿基米德螺旋弯曲给定臂间距和总长度的弧长
英文: Return arc length of every rotation of an Archimedean Spiral given arm spacing and total length ...
更新盒形图轴范围以添加点后
英文: R - update boxplot axis range after adding points 问题 以下是翻译好的部分: "I have a boxplot which sum...
Apply a function in R on each row: function takes multiple columns from each row and returns multiple new columns
英文: Apply a function in R on each row: function takes multiple columns from each row and returns mul...
298