EVOLUTION-MANAGER
Edit File: seq.units.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: seq method for units objects</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 seq.units {units}"><tr><td>seq.units {units}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>seq method for units objects</h2> <h3>Description</h3> <p>seq method for units objects </p> <h3>Usage</h3> <pre> ## S3 method for class 'units' seq(from, to, by = ((to - from)/(length.out - 1)), length.out = NULL, along.with = NULL, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>from</code></td> <td> <p>see <a href="../../base/html/seq.html">seq</a></p> </td></tr> <tr valign="top"><td><code>to</code></td> <td> <p>see <a href="../../base/html/seq.html">seq</a></p> </td></tr> <tr valign="top"><td><code>by</code></td> <td> <p>see <a href="../../base/html/seq.html">seq</a></p> </td></tr> <tr valign="top"><td><code>length.out</code></td> <td> <p>see <a href="../../base/html/seq.html">seq</a></p> </td></tr> <tr valign="top"><td><code>along.with</code></td> <td> <p>see <a href="../../base/html/seq.html">seq</a></p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>see <a href="../../base/html/seq.html">seq</a></p> </td></tr> </table> <h3>Details</h3> <p>arguments with units are converted to have units of the first argument (which is either <code>from</code> or <code>to</code>) </p> <h3>Examples</h3> <pre> seq(to = set_units(10, m), by = set_units(1, m), length.out = 5) seq(set_units(10, m), by = set_units(1, m), length.out = 5) seq(set_units(10, m), set_units(19, m)) seq(set_units(10, m), set_units(.1, km), set_units(10000, mm)) </pre> <hr /><div style="text-align: center;">[Package <em>units</em> version 0.6-7 <a href="00Index.html">Index</a>]</div> </body></html>