argcheck_seg.var: Check for argument 'seg.var'

View source: R/function_checks.R

argcheck_seg.varR Documentation

Check for argument 'seg.var'

Description

Check whether argument 'seg.var' was adequately provided. If provided, also check for its length (1 or 2) and for the existence of corresponding column names in x If unprovided, use default value (segmentation only) and tests if column names exists.

Usage

argcheck_seg.var(x, seg.var, is_segclust)

Arguments

x

data used for segmentation. Supported: data.frame, Move object, ltraj object

seg.var

for behavioral segmentation: names of the variables used for segmentation (either one or two names).

is_segclust

TRUE if function is called from segclust ; FALSE otherwise, if function is called from segmentation.

Value

a list with a data.frame and a vector with two character strings


rpatin/segclust2d documentation built on April 24, 2024, 2:22 a.m.