plot.gnsstsmodel {gmwmx} | R Documentation |
Plotting method for a gnsstsmodel
object.
Description
Plotting method for a gnsstsmodel
object.
Usage
## S3 method for class 'gnsstsmodel'
plot(
x,
main = NULL,
y_unit = "mm",
x_unit = "days",
legend_position = "bottomright",
legend_position_wv = "bottomleft",
...
)
Arguments
x |
A |
main |
A |
y_unit |
A |
x_unit |
A |
legend_position |
A |
legend_position_wv |
A |
... |
Additional graphical parameters. |
Value
No return value. Plot a gnsstsmodel
object.
Examples
## 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)
[Package gmwmx version 1.0.3 Index]