EVOLUTION-MANAGER
Edit File: spTransform.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: spTransform for map projection and datum transformation</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 spTransform {sp}"><tr><td>spTransform {sp}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2> spTransform for map projection and datum transformation </h2> <h3>Description</h3> <p> spTransform for map projection and datum transformation </p> <h3>Usage</h3> <pre> spTransform(x, CRSobj, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p> object to be transformed </p> </td></tr> <tr valign="top"><td><code>CRSobj</code></td> <td> <p> object of class <a href="CRS-class.html">CRS</a>, or of class <code>character</code> in which case it is converted to <a href="CRS-class.html">CRS</a></p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>further arguments (ignored) </p> </td></tr> </table> <h3>Value</h3> <p>object with coordinates transformed to the new coordinate reference system. </p> <h3>Note</h3> <p>Package <code>rgdal</code> provides the methods doing actual transformation, see <a href="../../rgdal/html/spTransform.html">spTransform</a>; when <code>rgdal</code> cannot be loaded, an error message follows. </p> <hr /><div style="text-align: center;">[Package <em>sp</em> version 1.4-2 <a href="00Index.html">Index</a>]</div> </body></html>