km2m | R Documentation |
This function takes distance in km and converts it into meters, the
units generally used by geographic operations in R
. This is a trivial
conversion, but this functions ensures that no zeroes are lost along the way!
km2m(x)
x |
the number of km |
the number of meters
km2m(10000)
km2m(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.