EVOLUTION-MANAGER
Edit File: deparse_unit.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: deparse unit to string in product power form (e.g. km m-2...</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 deparse_unit {units}"><tr><td>deparse_unit {units}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>deparse unit to string in product power form (e.g. km m-2 s-1)</h2> <h3>Description</h3> <p>deparse unit to string in product power form (e.g. km m-2 s-1) </p> <h3>Usage</h3> <pre> deparse_unit(x) as_cf(x) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>object of class units</p> </td></tr> </table> <h3>Details</h3> <p><code>as_cf</code> is deprecated; use <code>deparse_unit</code>. </p> <h3>Value</h3> <p>length one character vector </p> <h3>Examples</h3> <pre> u = as_units("kg m-2 s-1", implicit_exponents = TRUE) u deparse_unit(u) </pre> <hr /><div style="text-align: center;">[Package <em>units</em> version 0.6-7 <a href="00Index.html">Index</a>]</div> </body></html>