check_args_estimate_gps: Check estimate_gps function arguments

View source: R/check_arguments.R

check_args_estimate_gpsR Documentation

Check estimate_gps function arguments

Description

Checks estimate_gps function arguments to make sure that the required additional arguments are provided.

Usage

check_args_estimate_gps(gps_density, ...)

Arguments

gps_density

Model type which is used for estimating GPS value, including normal and kernel.

...

Additional arguments to successfully run the process.

Value

Returns True if passes all checks, successfully. Otherwise raises ERROR.


CausalGPS documentation built on Sept. 30, 2023, 1:06 a.m.