alexkrohn

Results 14 comments of alexkrohn

I found that `mapview` has a problem loading the background map when the `sf` points do not have a CRS. ```r library(sf) library(mapview) library(tidyverse) data(breweries) mapview(breweries) # Works fine, plots...

I've found this same issue and haven't found a solution. From what I can tell it occurs because the colors are plotted sequentially instead of pies being plotted together (e.g....

Bummer. I love this package, but this error is forcing me back into base R. Thanks for looking into it, anyway!

Hi @MadsBjornsen . I'm having similar issues with a metabarcoding dataset. Did you ever figure out the culprit in your case? Was it contamination? Too many PCR duplicates?