Jakub

Results 477 comments of Jakub

Thanks, @daviskec. I looked at your data and found the issue -- the point 336 has wrong coordinates (notice 8 instead of 7values for the y-axis). If you remove (or...

Thank you a lot @xkucm! I was able to locate and fix the issue -- it was in `lsm_p_gyrate()`: ``` r library(landscapemetrics) library(terra) #> terra 1.7.73 landscape = as.matrix(read.table("https://github.com/r-spatialecology/landscapemetrics/files/14546014/landscape.csv")) landscape...

@xkucm you can install my fix with `remotes::install_github("r-spatialecology/landscapemetrics@fixes_lsm_p_gyrate`): ``` r library(landscapemetrics) library(terra) #> terra 1.7.73 landscape = as.matrix(read.table("https://github.com/r-spatialecology/landscapemetrics/files/14546014/landscape.csv")) landscape = rast(landscape) lsm_p_gyrate(landscape) #> # A tibble: 404 × 6 #>...

Hi @mhesselbarth -- see @319. In short, R drops dimensions in `mapply()` when they only have one row: ``` r # two points points = matrix(c(1, 2, 3, 4), ncol...

Hi @mtennekes, there is still one question left - would it be possible to use any grob objects as shapes? Also, the previous example does not scale well (ggplots have...

Not materials, per se, but it is great to see **tmap** in action: - https://jcheshire.com/resources/different-maps-same-data/ - https://theconversation.com/next-slide-please-data-visualisation-expert-on-whats-wrong-with-the-uk-governments-coronavirus-charts-149329

Another great use of **tmap** (including hex logo): - https://cedricscherer.netlify.app/slides/CorrelCon2020_ShinyGolemHtml.pdf - https://github.com/Z3tt/CorrelCon2020_golem_html_widgets

Awesome. Could you try to make it happen? PS: For now, I decided to treat width as size (you can find how I explain that in the book), but I...

The figure is awesome - thanks @mtennekes

Hi @mtennekes - I totally forgot about rasters for this figure. Should we add them to the right side of the figure or just change the column name "Polygons" to...