Description Usage Arguments Details See Also Examples
summary method for class "walls".
1 2 3 |
object |
an object of class "walls", a result of a call to
|
param |
A character scalar indicating which parameterization should be used in the results for the thermal resistance parameters:
|
nls_control |
An optional list of control settings to be passed to
|
gnls_control |
An optional list of control settings to be passed to
|
... |
Additional arguments passed on to the |
Note: if param = "R" or param = "U" then
the model is refitted under the new parameterization and therefore may
take a few seconds.
one_tm, one_tm_sun and
two_tm
1 2 3 4 5 6 7 8 9 | fit2 <- two_tm(data = cwall_east)
summary(fit2)
summary(fit2, param = "R")
summary(fit2, param = "U")
fit1s <- one_tm_sun(data = cwall_east)
summary(fit1s)
summary(fit1s, param = "R")
summary(fit1s, param = "U")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.