papaja (version 0.1.2)

combine_plotmath: Combine to Expression

Description

We use this internal function to generate expressions that can be used for plotting. Accepts a list of elements that are coerced, currently supported elements are character, expression, and character that contain latex elements. This function is not exported.

Usage

combine_plotmath(x)

Value

An expression

Arguments

x

A list that contains all elements that are intended to be coerced into one expression.