add_miles | R Documentation |
add_miles
just add unit 'miles' to different R objects
add_miles(x)
x |
Object with class "data.frame", "matrix", "numeric" or "integer" |
Objects of class "data.frame" or "units"
Other Add distance unitts:
add_lkm()
## Not run:
a <- add_miles(rnorm(100)*10)
plot(a)
b <- add_miles(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.