View source: R/read_obs_node.R
Read observation point outputs
| 1 2 3 4 5 6 7 | read.obs_node(
  project.path,
  out.file = "Obs_Node.out",
  obs.output = NULL,
  obs.nodes,
  ...
)
 | 
| project.path | Directory of the model input/outputs | 
| out.file | The output file name. Default is "Obs_Node.out", produced by the Hydrus 1D program | 
| obs.output | The output to be returned.Default = NULL, i.e., all the outputs are read Other options are "h", "theta", "Flux". example, obs.output = c("h", "theta") | 
| obs.nodes | Numeric Vector of the observation nodes defined in the PROFILE.DAT | 
| ... | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.