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