plot.climr_gp_fit: Plot climr output

Description Usage Arguments Value See Also Examples

View source: R/plot.climr_gp_fit.R

Description

Plot climr output

Usage

1
2
## S3 method for class 'climr_gp_fit'
plot(x, ...)

Arguments

x

Output from the gp_fit function

...

Other arguments to plot (not currently implemented)

Value

Nothing: just a nice plot

See Also

load_clim, gp_fit

Examples

1
2
3
ans1 = load_clim('SH')
ans2 = gp_fit(ans1, optim_method = "BFGS")
plot(ans2)

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