Checks Least Cost Path
Arguments
- path
(required, data frame) least cost path generated with
psi_cost_path()
. This data frame must have the attributetype == "cost_path
, and must have been computed from the same time series used to compute the matrixm
. Default: NULL.- arg_name
(optional, character string) name of the argument being checked. Default: NULL
See also
Other internal:
utils_check_args_distantia()
,
utils_check_args_matrix()
,
utils_check_args_tsl()
,
utils_check_args_zoo()
,
utils_check_distance_args()
,
utils_check_list_class()
,
utils_clean_names()
,
utils_digits()
,
utils_distantia_df_split()
,
utils_distantia_df_to_matrix()
,
utils_prepare_df()
,
utils_prepare_matrix()
,
utils_prepare_matrix_list()
,
utils_prepare_time()
,
utils_prepare_vector_list()
,
utils_prepare_zoo_list()
,
utils_tsl_pairs()