##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (L = 1, Ts = 20, Ta = 20, v = airviscosity(20))
{
a <- 1/273
g <- 9.81
Gr <- a * g * L^3 * (Ts - Ta)/v^2
Gr
}Run the code above in your browser using DataLab