knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

eqn2svg

CRAN status Travis build status Codecov test coverage

Overview

If you have a mathematical formula and the need to have that formula in SVG form, you'll be delighted by what eqn2svg will let you do. Yes, that formula is nicely converted to an SVG. And you can use that SVG wherever SVGs are accepted.

Installation

The package can be easily installed via CRAN:

install.packages("eqn2svg")

You can install the development version of eqn2svg from GitHub with:

# install.packages("devtools")
devtools::install_github("rich-iannone/eqn2svg")


rich-iannone/eqn2svg documentation built on Nov. 5, 2019, 3:08 a.m.