-
请回复 issue 进行文章推荐与招聘投稿,内容须与统计/数据科学相关,是否采纳取决于编辑部意见。
文章推荐包括学术论文、博客、书籍、教程或软件等的推荐,如果是英文文章在月报发布后自动作为翻译备选文章。
招聘主要面向学术界与工业界的招聘信息发布且岗位要与统计/数据科学相关。
**文章推荐格式如下:**
推荐语:(几句话就可以,可长可短,有态度不严肃)
推荐人:(建议用…
-
Hello! Been trying to do some work with theme_void to void out (haha) axes and such, and keep getting the same error. Here's a reprex - and this works for other scales, too.
```
library(rayshad…
-
I am creating a heatmap using the following code:
```
gg %
group_by(Func, variable) %>%
ggplot(aes(x=variable, y=Func)) +
geom_tile(aes(fill = value), colour = "white") +
scale_fill_gr…
-
Hi All,
I would like to know if there is a way to increase the rotation speed and rotation time of objects when using the 'render_movie' function. As indicated in the help file, by default it is 12 s…
-
Trying to plot own GPS tracks:
```
y[, .(lon,lat,ele)]
lon lat ele
1: 36.16192 -0.4924572 1833.37
2: 36.16205 -0.4925422 1836.26
3: 36.16213 -0.4925962 1836.74
…
-
Not sure if this is related to #53 or #26 but since the update yesterday I've encountered an issue whereby specifying `axis.text.y = element_blank()` causes the 3D plotting to flatten . e.g.
```R
…
-
Changing the image type to "terrain" gives an error:
```
stamen_overlay
-
-
`igc
-
Sorry if I am just way off base here,, I don't mean to upset anyone, but it seems that all the rayshader images are rendered where there is no perspective control and parallel lines seem to diverge in…