leaflet marker not displaying in certain contexts
问题 I am using the leaflet htmlwidget implementation to draw a web-based map using R. I was looking for a specific marker, couldn't find it, and realized it wasn't being displayed at all. However, when I subset down my dataset to just that entry, the marker displays beautifully. Here is a screenshot of the marker, with code having been run after subsetting the data to just this marker (using the simple line of R script thecounted <- thecounted[thecounted$age==6,] ): Here is the same location when