powered by
add_lkm just add unit 'km' to different R objects
add_lkm
add_lkm(x)
Objects of class "data.frame" or "units"
Object with class "data.frame", "matrix", "numeric" or "integer"
Other Add distance unitts: add_miles()
add_miles()
if (FALSE) { a <- add_lkm(rnorm(100)*10) plot(a) b <- add_lkm(matrix(rnorm(100)*10, ncol = 10)) print(head(b)) }
Run the code above in your browser using DataLab