All Projects β†’ trafficonese β†’ Leaflet.extras2

trafficonese / Leaflet.extras2

Licence: gpl-3.0
Extra functionality for leaflet R package.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Leaflet.extras2

Leaflet.extras
Extra functionality for leaflet R package.
Stars: ✭ 193 (+421.62%)
Mutual labels:  geospatial, rstats, data-visualization, leaflet
Heatmap.js
πŸ”₯ JavaScript Library for HTML5 canvas based heatmaps
Stars: ✭ 5,685 (+15264.86%)
Mutual labels:  leaflet-plugins, data-visualization, leaflet
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (+1732.43%)
Mutual labels:  geospatial, data-visualization, leaflet
Engsoccerdata
English and European soccer results 1871-2020
Stars: ✭ 615 (+1562.16%)
Mutual labels:  rstats, data-visualization
Moderndive book
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
Stars: ✭ 527 (+1324.32%)
Mutual labels:  rstats, data-visualization
Iclient Javascript
Modern GIS Web Client for JavaScript, based on Leaflet\OpenLayers\MapboxGL-JS\Classic(iClient8C), enhanced with ECharts\D3\MapV etc. Contributed by SuperMap & community.
Stars: ✭ 593 (+1502.7%)
Mutual labels:  leaflet-plugins, leaflet
Leaflet Ant Path
🌿🐜 Creates a leaflet polyline with a 'ant-path' animated flux
Stars: ✭ 296 (+700%)
Mutual labels:  leaflet-plugins, leaflet
Ggthemr
Themes for ggplot2.
Stars: ✭ 697 (+1783.78%)
Mutual labels:  rstats, data-visualization
Kepler.gl
Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
Stars: ✭ 8,231 (+22145.95%)
Mutual labels:  geospatial, data-visualization
Football Data
football (soccer) datasets
Stars: ✭ 18 (-51.35%)
Mutual labels:  rstats, data-visualization
Leaflet.flowecharts
leaflet plugin for Baidu Echarts
Stars: ✭ 17 (-54.05%)
Mutual labels:  leaflet-plugins, leaflet
Hrbrthemes
πŸ” Opinionated, typographic-centric ggplot2 themes and theme components
Stars: ✭ 899 (+2329.73%)
Mutual labels:  rstats, data-visualization
Wicket
A modest library for moving between Well-Known Text (WKT) and various framework geometries
Stars: ✭ 484 (+1208.11%)
Mutual labels:  geospatial, leaflet
Ggpage
Creates Page Layout Visualizations in R πŸ“„πŸ“„πŸ“„
Stars: ✭ 306 (+727.03%)
Mutual labels:  rstats, data-visualization
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (+1559.46%)
Mutual labels:  rstats, data-visualization
Leaflet.markercluster
Marker Clustering plugin for Leaflet
Stars: ✭ 3,305 (+8832.43%)
Mutual labels:  leaflet-plugins, leaflet
Wellknown
WKT <-> GeoJSON
Stars: ✭ 15 (-59.46%)
Mutual labels:  geospatial, rstats
Leaflet.pixioverlay
Bring Pixi.js power to Leaflet maps
Stars: ✭ 264 (+613.51%)
Mutual labels:  leaflet-plugins, leaflet
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (+700%)
Mutual labels:  geospatial, rstats
Agentmaps
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
Stars: ✭ 822 (+2121.62%)
Mutual labels:  geospatial, leaflet

leaflet.extras2

cran checks CRAN RStudio mirror downloads CRAN Downloads Lifecycle: maturing R build status AppVeyor build status Codecov test coverage

The goal of leaflet.extras2 package is to provide extra functionality to the leaflet and leaflet.extras R packages using various leaflet plugins.

Installation

For CRAN version

install.packages('leaflet.extras2')

For latest development version

remotes::install_github('trafficonese/leaflet.extras2')

Progress

Plugins integrated so far ...

If you need a plugin that is not already implemented create an issue. See the FAQ section below for details.

Documentation

The R functions have been documented using roxygen, and should provide enough help to get started on using a feature. However some plugins have lots of options and it's not feasible to document every single detail. In such cases you are encouraged to check the plugin's documentation.

Currently there are no vignettes (contributions welcome), but there are plenty of examples available.

FAQ

I want to use a certain leaflet plugin not integrated so far.

  • Good Solution: Create issues for plugins you wish incorporated but before that search the existing issues to see if issue already exists and if so comment on that issue instead of creating duplicates.
  • Better Solution: It would help in prioritizing if you can include additional details like why you need the plugin, how helpful will it be to everyone etc.
  • Best Solution: Code it yourself and submit a pull request. This is the fastest way to get a plugin into the package.

I submitted an issue for a plugin long time ago but it is still not available.

This package is being developed purely on a voluntary basis on spare time without any monetary compensation. So the development progress can stall at times. It may also not be possible to prioritize one-off requests that no one else is interested in. Getting more people interested in a feature request will help prioritize development. Other option is to contribute code. That will get you added to the contributor list.

I found a bug.

  • Good Solution: Search existing issue list and if no one has reported it create a new issue.
  • Better Solution: Along with issue submission provide a minimal reproducible code sample.
  • Best Solution: Fix the issue and submit a pull request. This is the fastest way to get a bug fixed.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].