EVOLUTION-MANAGER
Edit File: filledContour.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: Filled contour plot</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 filledContour {raster}"><tr><td>filledContour {raster}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Filled contour plot</h2> <h3>Description</h3> <p>Filled contour plot of a RasterLayer. This is a wrapper around <code><a href="../../graphics/html/filled.contour.html">filled.contour</a></code> for RasterLayer objects. </p> <h3>Usage</h3> <pre> filledContour(x, y=1, maxpixels=100000, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>A Raster* object</p> </td></tr> <tr valign="top"><td><code>y</code></td> <td> <p>Integer. The layer number of x (if x has multiple layers)</p> </td></tr> <tr valign="top"><td><code>maxpixels</code></td> <td> <p>The maximum number of pixels</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Any argument that can be passed to <code><a href="../../graphics/html/filled.contour.html">filled.contour</a></code> (graphics package)</p> </td></tr> </table> <h3>See Also</h3> <p><code><a href="../../graphics/html/filled.contour.html">filled.contour</a></code>, <code><a href="persp.html">persp</a></code>, <code><a href="plot.html">plot</a></code> </p> <h3>Examples</h3> <pre> r <- raster(system.file("external/test.grd", package="raster")) filledContour(r) </pre> <hr /><div style="text-align: center;">[Package <em>raster</em> version 3.3-13 <a href="00Index.html">Index</a>]</div> </body></html>