WACSplot: Produces validation and/or WACS comparison plots

Description Usage Arguments Value Examples

View source: R/WACSplot.R

Description

For plotting validation figures from outputs generated when calling WACSvalid or WACScompare. Figures are either displayed or printed in a file

Usage

1
WACSplot(wacsvalid, file = NULL)

Arguments

wacsvalid

Output, as obtained when calling WACSvalid or WACScompare

file

File in which to write the figure. Default is NULL. If file=NULL, no file is produced; the figure is only produced in the graphical interface

Value

No return. A Figure is either displayed or printed in a file.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
  ## Simple example
  data(ClimateSeries)
  ThisData = WACSdata(ClimateSeries)
  ThisPar  = WACSestim(ThisData)
  ThisSim  = WACSsimul(ThisPar, from="1995-01-01", to="2012-12-31")
  ThisVal  = WACSvalid(what="Sim",wacsdata = ThisData, wacspar = ThisPar, 
                       wacssimul = ThisSim,varname="tmin")
  WACSplot(ThisVal,file="ThisFile.pdf")

## End(Not run)

WACS documentation built on July 1, 2020, 5:22 p.m.

Related to WACSplot in WACS...