Mikko Vihtakari

Results 8 issues of Mikko Vihtakari

Apologies for opening a new issue. Please close if already solved. I thought this was a feature of `sf` and therefore made an SO question: https://stackoverflow.com/questions/69027136/how-to-crop-non-projected-epgs4326-polygons-along-straight-lines After studying the behavior...

A very basic question. How to add cross references to figures? In bookdown::pdf_document2 we can do: ``` --- title: "Untitled" author: "test" date: "4/3/2022" output: bookdown::pdf_document2: toc: false --- \```{r...

Thanks for a great package! I noticed that `drop_crumbs` is very slow for large datasets because you seem to use a for loop in it. How about vectorizing it instead?...

enhancement

Also `fill_holes()` is slow for the same reason (a for loop). I cannot come up with an idea how to vectorized it off the bat, but you could at least...

Could something like this be useful for the package? The graph is from the example. ![image](https://user-images.githubusercontent.com/4095204/39661907-0c9a2536-505a-11e8-8308-dc8a1ff8a6c2.png) ```r #' @title Lollipop chart of species contributions to ordination axes #' @description Creates...

You also received the email from Prof Brian Ripley about archival of prettymapr and rosm, right? Since I have not introduced a dependency to these packages in ggOceanMaps, I assume...

First, I want to thank for making such a great package for multivariate and ecological community analyses! I use vegan a lot in my work. One thing I constantly miss...

feature-request

The following leads to a crash on my laptop `get_depth(data.frame(lon = 20, lat= 70), bathy.style = "ru")` while this works: `get_depth(data.frame(lon = 20, lat= 70), bathy.style = "rc")` I do...

bug