All Projects → bhaskarvk → Leaflet.extras

bhaskarvk / Leaflet.extras

Licence: other
Extra functionality for leaflet R package.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Leaflet.extras

Leaflet.extras2
Extra functionality for leaflet R package.
Stars: ✭ 37 (-80.83%)
Mutual labels:  geospatial, rstats, data-visualization, leaflet
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (+251.3%)
Mutual labels:  geospatial, data-visualization, leaflet
Karyoploter
karyoploteR - An R/Bioconductor package to plot arbitrary data along the genome
Stars: ✭ 192 (-0.52%)
Mutual labels:  rstats, data-visualization
Leaflet Swoopy
⤵️ Swoopy Arrow Plugin for Leaflet
Stars: ✭ 52 (-73.06%)
Mutual labels:  data-visualization, leaflet
Lawn
⛔ ARCHIVED ⛔ turf.js R client
Stars: ✭ 57 (-70.47%)
Mutual labels:  geospatial, rstats
Lpfmpoints
Evolution of LPFM Stations
Stars: ✭ 19 (-90.16%)
Mutual labels:  geospatial, data-visualization
Wellknown
WKT <-> GeoJSON
Stars: ✭ 15 (-92.23%)
Mutual labels:  geospatial, rstats
Soccergraphr
Soccer Analytics in R using OPTA data
Stars: ✭ 42 (-78.24%)
Mutual labels:  rstats, data-visualization
Transformr
Smooth Polygon Transformations
Stars: ✭ 87 (-54.92%)
Mutual labels:  rstats, data-visualization
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (-35.23%)
Mutual labels:  geospatial, leaflet
Gganimate
A Grammar of Animated Graphics
Stars: ✭ 1,744 (+803.63%)
Mutual labels:  rstats, data-visualization
Hrbrthemes
🔏 Opinionated, typographic-centric ggplot2 themes and theme components
Stars: ✭ 899 (+365.8%)
Mutual labels:  rstats, data-visualization
Football Data
football (soccer) datasets
Stars: ✭ 18 (-90.67%)
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 (+4164.77%)
Mutual labels:  geospatial, data-visualization
Agentmaps
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
Stars: ✭ 822 (+325.91%)
Mutual labels:  geospatial, leaflet
Ggthemr
Themes for ggplot2.
Stars: ✭ 697 (+261.14%)
Mutual labels:  rstats, data-visualization
Heatmap.js
🔥 JavaScript Library for HTML5 canvas based heatmaps
Stars: ✭ 5,685 (+2845.6%)
Mutual labels:  data-visualization, leaflet
Vegalite
R ggplot2 "bindings" for Vega-Lite
Stars: ✭ 157 (-18.65%)
Mutual labels:  rstats, data-visualization
R Raster Vector Geospatial
Introduction to Geospatial Raster and Vector Data with R
Stars: ✭ 76 (-60.62%)
Mutual labels:  geospatial, data-visualization
Streamgraph
〰️ htmlwidget for creating streamgraph visualizations in R
Stars: ✭ 137 (-29.02%)
Mutual labels:  rstats, data-visualization

Project Status: Active – The project is being actively developed. Last-changedate License: GPL-3 keybase verified Travis-CI Build Status AppVeyor Build Status packageversion CRAN_Status_Badge

leaflet.extras

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

Installation

For CRAN version

install.packages('leaflet.extras')

For latest development version

# We need latest leaflet package from Github, as CRAN package is too old.
devtools::install_github('rstudio/leaflet')
devtools::install_github('bhaskarvk/leaflet.extras')

Progress

Plugins integrated so far ...

If you need a plugin that is not already implemented create an 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. You can see most of these examples in action at Rpubs:bhaskarvk.

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 contributer list and a thanks tweet.

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.

I need a plugin which requires 1.x version of the leaflet JavaScript library

As of version 1.0.0, leaflet.extras supports leaflet.js version 1.x.

Development

To make additions to the plugin dependencies, please add the plugin using npm. Make sure it is compiled within the webpack.config.js. Finally, make sure htmlwidgets finds it within your plugin's dependency function.

To build the latest version of the plugins, please make sure Node.js is installed on your system, then run:

npm install
npm run build

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].