set_fixed_values: Identify fixed values relating to a chosen path section.

Description Usage Arguments Value See Also

Description

set_fixed_values returns details on the fixed values needed to update a path section.

Usage

1
set_fixed_values(type, drawn_section, refined_path, obs)

Arguments

type

Character, whether the path section is at the "start, "end", or "middle" of the full path.

drawn_section

List, output from draw_random_path_section.

refined_path

List with components:

times

Vector, refined time scale.

behavs

Vector, refined behavioural/state sequence.

bearings

Vector, refined bearing process.

steps

Vector, refined step process.

X

Vector, refined x location.

Y

Vector, refined y location.

obs

List with components:

times

Vector, observation time scale.

x

Vector, observed x location.

y

Vector, observed y location.

Value

List of fixed values.

See Also

Other Choose path: draw_random_path_section, set_current_values


a-parton/CTStepTurn documentation built on May 14, 2019, 4:17 p.m.