eq: Insert an equation.

Description Usage Arguments Value Examples

View source: R/eq.R

Description

Insert an equation.

Usage

1
2
3
4
5
6
7
8
eq(
  eqs = NULL,
  label = NULL,
  number = NULL,
  style = c("numbered", "display", "inline", "none"),
  skip = 6,
  if_copy = TRUE
)

Arguments

eqs

Character. The path to the equation text file, or a data frame of the equations.

label

Character. The label of the equation.

number

integer. The number of the equation.

style

character. The style of the equation.

skip

integer. the number of lines of the data file to skip before beginning to read data.

if_copy

logical. Whether copy the equation into the clipboard.

Value

A string of the equation.

Examples

1
eq()

rosr documentation built on July 2, 2020, 2:28 a.m.

Related to eq in rosr...