Learn R Programming

BayesBrainMap (version 0.1.3)

add_str: Combine additive terms in string

Description

Combine two terms with "+" or "-" in a string

Usage

add_str(a, b)

Value

The result as a length-one character vector.

Arguments

a, b

The two terms. Each is a length-one character vector.