Description Usage Arguments Value Notes See Also
View source: R/access_rSFSW2_output.R
Prepare and load SOILWAT2 simulation output as an array from a sqlite3 database produced by rSFSW2.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
experiments |
A vector of character strings. Values of the 'Experimental_Label' field. Use if experimental treatments are organized in one dbOutput database. |
subprojects |
A vector of character strings. Same as |
The same structure as returned from
extract_dbOut_to_array
, i.e., a four-dimensional numerical
array
with dimensions runsN_sites
, variables
,
scenarios
, and experiments
.
write_to_netcdf
is no longer supported.
extract_dbOut_to_array
for extraction from
dbOut database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.