vein (version 0.7.8)

celsius: Construction function for Celsius temperature

Description

celsius jsut convert add unit celsius to different R objects

Usage

celsius(x)

Arguments

x

Object with class "data.frame", "matrix", "numeric" or "integer"

Value

Objects of class "data.frame" or "units"

Examples

Run this code
# NOT RUN {
{
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