Validate location
valid_location.Rd
This unexported helper is used inside of the individual plausibility component functions (e.g., plane_diff()
) to validate that the location specified appears in both the input signal and seed and that the location has as many values as other locations in the seed.
Value
The validation will return with a stop()
if the location is not found in the seed or input signal. Otherwise the function will invisibly return TRUE
indicating that the location is valid.