tylermorganwall / rayshader

R Package for 2D and 3D mapping and data visualization

Home Page:https://www.rayshader.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

render_polygons unused argument alpha

Valexandre opened this issue · comments

I am trying to use the alpha argument in render_polygons and I get unused argument alpha.
The polygons work great when alpha is not used.
Is this a known issue ?
Thx
`sessionInfo()
R version 4.0.4 (2021-02-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)

Matrix products: default

locale:
[1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252
[3] LC_MONETARY=French_France.1252 LC_NUMERIC=C
[5] LC_TIME=French_France.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] raster_3.4-5 sp_1.4-5 rayshader_0.24.2
[4] sf_0.9-8 forcats_0.5.1 stringr_1.4.0
[7] dplyr_1.0.5 purrr_0.3.4 readr_1.4.0
[10] tidyr_1.1.3 tibble_3.1.0 ggplot2_3.3.3
[13] tidyverse_1.3.0 RColorBrewer_1.1-2 smoothr_0.2.2
[16] concaveman_1.1.0`