add_lkm | R Documentation |
add_lkm
just add unit 'km' to different R objects
add_lkm(x)
x |
Object with class "data.frame", "matrix", "numeric" or "integer" |
Objects of class "data.frame" or "units"
Other Add distance unitts:
add_miles()
## Not run:
a <- add_lkm(rnorm(100)*10)
plot(a)
b <- add_lkm(matrix(rnorm(100)*10, ncol = 10))
print(head(b))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.