sanity_check {geocmeans} | R Documentation |
Parameter checking function
Description
Check that the provided parameters are valid
Usage
sanity_check(dots, data)
Arguments
dots |
A list of parameters used |
data |
A numeric and complete dataframe |
Value
A boolean, TRUE if all the tests are passed, FALSE otherwise
Examples
#This is an internal function, no example provided
[Package geocmeans version 0.3.4 Index]