write_recharge_rasters: Write result as raster files

View source: R/core.R

write_recharge_rastersR 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.


rechaRge documentation built on May 29, 2024, 2:51 a.m.