plot.climr_fit: Plot climr output

Description Usage Arguments Value See Also Examples

View source: R/plot.climr_fit.R

Description

Plot climr output

Usage

1
2
3
## S3 method for class 'climr_fit'
plot(x, time_grid = pretty(x$data$year, n = 100),
  ...)

Arguments

x

Output from the fit function

time_grid

An optional time grid over which to produce fitted values of the model

...

Other arguments to plot (not currently implemented)

Value

Nothing: just a nice plot

See Also

load_clim, fit

Examples

1
2
3
ans1 = load_clim('SH')
ans2 = fit(ans1, fit_type = 'smooth.spline')
plot(ans2)

RossElmes/climr documentation built on Oct. 30, 2019, 11:05 p.m.