Skip to contents

Transform stars objects from degrees Kelvin to degrees Celsius

Usage

kelvin2celsius(data)

Arguments

data

A stars object with temperature in degrees Kelvin.

Value

A stars object with the temperature in degrees Celsius

Examples

if (FALSE) { # \dontrun{
data <- read_trace("data/TraCE21ka/", "TSMX")
kelvin2celsius(data)
} # }