EVOLUTION-MANAGER
Edit File: gtable_spacer.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: Create a row/col spacer gtable.</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 gtable_spacer {gtable}"><tr><td>gtable_spacer {gtable}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Create a row/col spacer gtable.</h2> <h3>Description</h3> <p>Create a zero-column or zero-row gtable with the given heights or widths respectively. </p> <h3>Usage</h3> <pre> gtable_row_spacer(widths) gtable_col_spacer(heights) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>widths</code></td> <td> <p>unit vector of widths</p> </td></tr> <tr valign="top"><td><code>heights</code></td> <td> <p>unit vector of heights</p> </td></tr> </table> <h3>Value</h3> <p>A gtable object </p> <h3>See Also</h3> <p>Other gtable construction: <code><a href="gtable_col.html">gtable_col</a></code>, <code><a href="gtable_matrix.html">gtable_matrix</a></code>, <code><a href="gtable_row.html">gtable_row</a></code>, <code><a href="gtable.html">gtable</a></code> </p> <hr /><div style="text-align: center;">[Package <em>gtable</em> version 0.3.0 <a href="00Index.html">Index</a>]</div> </body></html>