compare_fits | R Documentation |
gnsstsmodel
objects.Compare graphically two gnsstsmodel
objects.
compare_fits(fit_1, fit_2, main = NULL, y_unit = "mm", x_unit = "days")
fit_1 |
A |
fit_2 |
A |
main |
A |
y_unit |
A |
x_unit |
A |
No return value. Produce a plot comparing two estimated models.
## Not run:
data(cola)
fit_gmwmx_1 = estimate_gmwmx(x = cola,
theta_0 = c(0.1,0.1,0.1,0.1),
n_seasonal = 1,
model_string = "wn+matern")
fit_gmwmx_2 = estimate_gmwmx(x = cola,
theta_0 = c(0.1,0.1,0.1),
n_seasonal = 1,
model_string = "wn+powerlaw")
compare_fits(fit_gmwmx_1, fit_gmwmx_2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.