EVOLUTION-MANAGER
Edit File: validateCoords.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: Utility function to check if a coordinates is valid</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 validateCoords {leaflet}"><tr><td>validateCoords {leaflet}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Utility function to check if a coordinates is valid</h2> <h3>Description</h3> <p>Utility function to check if a coordinates is valid </p> <h3>Usage</h3> <pre> validateCoords(lng, lat, funcName, warn = TRUE, mode = c("point", "polygon")) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>lng</code></td> <td> <p>vector with longitude values</p> </td></tr> <tr valign="top"><td><code>lat</code></td> <td> <p>vector with latitude values</p> </td></tr> <tr valign="top"><td><code>funcName</code></td> <td> <p>Name of calling function</p> </td></tr> <tr valign="top"><td><code>warn</code></td> <td> <p>A boolean. Whether to generate a warning message if there are rows with missing/invalid data</p> </td></tr> <tr valign="top"><td><code>mode</code></td> <td> <p>if <code>"point"</code> then warn about any <code>NA</code> lng/lat values; if <code>"polygon"</code> then <code>NA</code> values are expected to be used as polygon delimiters</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>leaflet</em> version 2.0.3 <a href="00Index.html">Index</a>]</div> </body></html>