diag_hisafe: Shortcut to Hi-sAFe diagnostics

Description Usage Arguments Value Examples

View source: R/diagnostics.R

Description

Runs the various Hi-sAFe diagnostic functions from a single call.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
diag_hisafe(
  hop,
  trees = TRUE,
  plot = TRUE,
  climate = TRUE,
  cells = TRUE,
  monthCells = TRUE,
  annualCells = FALSE,
  voxels = TRUE,
  ...
)

Arguments

hop

An object of class hop or face.

trees

Logical indicating if trees profile diagnostic plots should be made.

plot

Logical indicating if plot profile diagnostic plots should be made.

climate

Logical indicating if climate profile diagnostic plots should be made.

cells

Logical indicating if cells profile diagnostic plots should be made.

monthCells

Logical indicating if monthCells profile diagnostic plots should be made (with tree.simus = TRUE).

annualCells

Logical indicating if annualCells profile diagnostic plots should be made.

voxels

Logical indicating if voxels profile diagnostic plots should be made.

...

Other arguments passed to plot_hisafe_ts.

Value

Invisibly returns TRUE.

Examples

1
2
3
4
## Not run: 
diag_hisafe(myhop)

## End(Not run)

kevinwolz/hisafer documentation built on Oct. 19, 2020, 4:43 p.m.