Learn R Programming

rechaRge (version 1.0.0)

write_recharge_rasters: Write result as raster files

Description

Export raster for interannual runoff, aet and GWR.

Usage

write_recharge_rasters(
  obj,
  water_budget,
  input_rcn,
  crs,
  output_dir = tempdir(),
  ...
)

# S3 method for default write_recharge_rasters( obj, water_budget, input_rcn, crs, output_dir = tempdir(), ... )

# S3 method for hydrobudget write_recharge_rasters( obj, water_budget, input_rcn, crs, output_dir = tempdir(), ... )

Value

(Invisible) the output directory.

Arguments

obj

The recharge object.

water_budget

The computed water budget. Input can be a data.frame/data.table or a path to a data file.

input_rcn

The RCN values. Input can be a data.frame/data.table or a path to a data file.

crs

The coordinate reference systems.

output_dir

The output directory where result files will be written. Default is a temporary directory.

...

Other arguments passed to methods