combine_plotmath {papaja}R Documentation

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)

Arguments

x

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

Value

An expression


[Package papaja version 0.1.3 Index]