A function that receives one netCDF files, custom y axis limits, and produce box plots. The desired the out put directory in which the output is placed.

sim_boxplots(
  netCDF.file,
  region,
  landcover,
  y.axis.limits,
  language,
  run_id,
  output_path,
  output_csv
)

Arguments

netCDF.file

The netCDF file provided including the full path to the file

region

A string referring to the region to plot; "total","Vogtlandkreis", "Burgenlandkreis", "Greiz", and "Altenburger Land".

landcover

A numeric variable indicating which land cover should be considered. To consider all land cover give 1000.

y.axis.limits

A vector of length 2L to produce all plots with similar y axis limits. If not provided, each variable has being supplied with limits in the package.

language

A character variable either "EN" or "DE", to specify the languages of plots

run_id

A character variable either "2ter", "3ter", or "4ter" specificng the which run is used to produce the ensemble.

output_path

A string pointing to the output directory, it should end with "/"

output_csv

A string pointing to the output directory for the csv file that is produced by pre-processing netCDF file

Value

PNG

Author

Ahmed Homoudi