Export raster for interannual runoff, aet and GWR.
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(),
...
)
(Invisible) the output directory.
The recharge object.
The computed water budget. Input can be a data.frame/data.table or a path to a data file.
The RCN values. Input can be a data.frame/data.table or a path to a data file.
The coordinate reference systems.
The output directory where result files will be written. Default is a temporary directory.
Other arguments passed to methods