EVOLUTION-MANAGER
Edit File: addGraticule.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Add a Graticule on the map see <URL:...</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for addGraticule {leaflet}"><tr><td>addGraticule {leaflet}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Add a Graticule on the map see <a href="https://github.com/turban/Leaflet.Graticule">https://github.com/turban/Leaflet.Graticule</a></h2> <h3>Description</h3> <p>Add a Graticule on the map see <a href="https://github.com/turban/Leaflet.Graticule">https://github.com/turban/Leaflet.Graticule</a> </p> <h3>Usage</h3> <pre> addGraticule(map, interval = 20, sphere = FALSE, style = list(color = "#333", weight = 1), layerId = NULL, group = NULL, options = pathOptions(pointerEvents = "none", clickable = FALSE)) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>map</code></td> <td> <p>a map widget object</p> </td></tr> <tr valign="top"><td><code>interval</code></td> <td> <p>The spacing in map units between horizontal and vertical lines.</p> </td></tr> <tr valign="top"><td><code>sphere</code></td> <td> <p>boolean. Default FALSE</p> </td></tr> <tr valign="top"><td><code>style</code></td> <td> <p>path options for the generated lines. See <a href="http://leafletjs.com/reference-1.3.1.html#path-option">http://leafletjs.com/reference-1.3.1.html#path-option</a></p> </td></tr> <tr valign="top"><td><code>layerId</code></td> <td> <p>the layer id</p> </td></tr> <tr valign="top"><td><code>group</code></td> <td> <p>the name of the group this layer belongs to.</p> </td></tr> <tr valign="top"><td><code>options</code></td> <td> <p>the path options for the graticule layer</p> </td></tr> </table> <h3>Examples</h3> <pre> leaf <- leaflet() %>% addTiles() %>% addGraticule() leaf </pre> <hr /><div style="text-align: center;">[Package <em>leaflet</em> version 2.0.3 <a href="00Index.html">Index</a>]</div> </body></html>