write_recharge_rasters {rechaRge} | R Documentation |
Export raster for interannual runoff, aet and GWR.
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(),
...
)
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 |
(Invisible) the output directory.