check_arguments {hypsoLoop}R Documentation

Test if user-supplied inputs match the expected arguments type and form

Description

This function tests whether the input supplied by the user are of the expected type (class), and are in the right form (overlap of extents and same projection).

Usage

check_arguments(x, y)

Arguments

x

The input provided by the user for the x argument.

y

The input provided by the user for the y argument.

Value

There is no return value. If any error is found, the execution is just halted.


[Package hypsoLoop version 0.2.0 Index]