write_recharge_rasters {rechaRge}R Documentation

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(),
  ...
)

## Default S3 method:
write_recharge_rasters(
  obj,
  water_budget,
  input_rcn,
  crs,
  output_dir = tempdir(),
  ...
)

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

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

Value

(Invisible) the output directory.


[Package rechaRge version 1.0.0 Index]