Skip to contents

Returns the names of all vector properties for the specified axis.

Usage

vectors_set(daf, axis)

Arguments

daf

A Daf object

axis

Name of the axis

Value

A character vector of vector property names

Details

This function provides the complete set of available vector properties for a specific axis that can be retrieved using get_vector(). Vector properties store one-dimensional data along a specific axis. See the Julia documentation for details.