Plot a gmwmx2_fit_gnss_ts_ngl object
# S3 method for class 'gmwmx2_fit_gnss_ts_ngl'
plot(x, ...)No return value. Plot a gmwmx2_fit_gnss_ts_ngl object.
# station_data = gmwmx2::download_station_ngl("1LSU")
# fit station with WN and PL
# fit1 <- gmwmx2(
# station_data,
# n_seasonal = 2,
# model = wn() + pl(), component = "N"
# )
# fit1
# plot(fit1)