celsius | R Documentation |
celsius
just add unit celsius to different R objects
celsius(x)
x |
Object with class "data.frame", "matrix", "numeric" or "integer" |
Objects of class "data.frame" or "units"
{
a <- celsius(rnorm(100)*10)
plot(a)
b <- celsius(matrix(rnorm(100)*10, ncol = 10))
print(head(b))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.