R/extendr-wrappers.R

Defines functions rpic_manifest_ rpic_pdf_ rpic_png_ rpic_svg_

# Generated by extendr: Do not edit by hand
# nolint start

#' @usage NULL
#' @useDynLib rpic, .registration = TRUE
NULL

rpic_svg_ <- function(src, circuits, texlabels) .Call(wrap__rpic_svg_, src, circuits, texlabels)

rpic_png_ <- function(src, file, scale, circuits, texlabels) .Call(wrap__rpic_png_, src, file, scale, circuits, texlabels)

rpic_pdf_ <- function(src, file, circuits, texlabels) .Call(wrap__rpic_pdf_, src, file, circuits, texlabels)

rpic_manifest_ <- function(src, circuits, texlabels) .Call(wrap__rpic_manifest_, src, circuits, texlabels)

# nolint end

Try the rpic package in your browser

Any scripts or data that you put into this service are public.

rpic documentation built on July 15, 2026, 9:06 a.m.