parse_extra_args: Parse formula for extra arguments not encoded in argument...

Description Usage Arguments Details Value Author(s)

View source: R/generic-format_var_aliase.R

Description

FIXME

Usage

1

Arguments

formula

text string, an operator formula (see Details).

args

vector of text string, formula input arguments (see Details).

Details

Parse the formula for string such as

|———|————————-|———–| | keyword | meaning | type | |———|————————-|———–| | Vi | variable indexed by i | 0 | | Vj | variable indexed by j | 1 | | Pm | parameter | 2 | |———|————————-|———–|

Value

a list with different information about formula input arguments: a list with different information about formula input arguments:

var_type

vector of text string, corresponding type of formula arguments (among Vi, Vj, Pm).

var_pos

vector of integer, corresponding arguments positions.

var_dim

vector of integer, corresponding arguments dimensions.

Author(s)

Ghislain Durif


rkeops documentation built on Feb. 17, 2021, 5:08 p.m.