EVOLUTION-MANAGER
Edit File: rectify.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: rectify a Raster object</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 rectify {raster}"><tr><td>rectify {raster}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>rectify a Raster object</h2> <h3>Description</h3> <p>rectify changes a rotated Raster* object into a non-rotated (rectangular) object. This is wrapper function around <code><a href="resample.html">resample</a></code>. </p> <h3>Usage</h3> <pre> ## S4 method for signature 'Raster' rectify(x, ext, res, method='ngb', filename='', ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>Raster* object to be rectified</p> </td></tr> <tr valign="top"><td><code>ext</code></td> <td> <p>Optional. Extent object or object from which an Extent object can be extracted</p> </td></tr> <tr valign="top"><td><code>res</code></td> <td> <p>Optional. Single or two numbers to set the resolution</p> </td></tr> <tr valign="top"><td><code>method</code></td> <td> <p>Method used to compute values for the new RasterLayer, should be "bilinear" for bilinear interpolation, or "ngb" for nearest neighbor </p> </td></tr> <tr valign="top"><td><code>filename</code></td> <td> <p>Character. Output filename </p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Additional arguments as for <code><a href="writeRaster.html">writeRaster</a></code></p> </td></tr> </table> <h3>Value</h3> <p>RasterLayer or RasterBrick object </p> <hr /><div style="text-align: center;">[Package <em>raster</em> version 3.3-13 <a href="00Index.html">Index</a>]</div> </body></html>