check_null_values.tempnetwork: A function that checks, if the 'tempflow'-object of the given...

Description Usage Arguments Value

View source: R/tempnetwork-inputchecker.R

Description

A function that checks, if the 'tempflow'-object of the given 'tempnetwork'-object contains at least one point and the graph-list of the given 'tempnetwork'-object contains at least one entry.

Usage

1
2
## S3 method for class 'tempnetwork'
check_null_values(tempNetwork, throwError = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-object.

throwError

If TRUE the respective errors will be thrown. Otherwise, a truth value will be returned.

Value

The boolean value TRUE, if the 'tempflow'-object of the given 'tempnetwork'-object contains at least one point and the graph-list of the given 'tempnetwork'-object contains at least one entry.


KonstantinRK/tempnetwork documentation built on Dec. 23, 2019, 6:40 p.m.