plot.gnsstsmodel | R Documentation |
gnsstsmodel
object.Plotting method for a gnsstsmodel
object.
## S3 method for class 'gnsstsmodel'
plot(
x,
main = NULL,
y_unit = "mm",
x_unit = "days",
legend_position = "bottomright",
legend_position_wv = "bottomleft",
...
)
x |
A |
main |
A |
y_unit |
A |
x_unit |
A |
legend_position |
A |
legend_position_wv |
A |
... |
Additional graphical parameters. |
No return value. Plot a gnsstsmodel
object.
## Not run:
data(cola)
fit_gmwmx = estimate_gmwmx(x = cola,
theta_0 = c(0.1,0.1,0.1,0.1),
n_seasonal = 1,
model_string = "wn+matern")
plot(fit_gmwmx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.