View source: R/unit_conversions.R
m2ft | R Documentation |
Unit conversion functions
m2ft(x)
ft2m(x)
cm2in(x)
msq2acres(x)
msq2ha(x)
x |
A numeric vector to convert |
These unit conversion functions are vectorized.
A vector of converted values
ft2m()
: Feet to meters
cm2in()
: Centimeters to inches
msq2acres()
: Meters squared to acres
msq2ha()
: Meters squared to hectacres
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.