util_plot_svg_to_uri {dataquieR}R Documentation

Replacement for htmltools::plotTag

Description

the function is specifically designed for fully scalable SVG figures.

Usage

util_plot_svg_to_uri(expr, w = 800, h = 600)

Arguments

expr

plot expression

w

width

h

height

w and h are mostly used for the relation of fixed text sizes to the figure size.

Value

htmltools compatible object


[Package dataquieR version 2.5.1 Index]