Return a qeviz plot as an embeddable HTML fragment
qe_fragment.RdReturns a <div> with the inlined bundle and a <qe-visual> / <qe-graph>
pair — no <html> wrapper, suitable for R Markdown / Quarto via
htmltools::HTML().
Usage
qe_fragment(x, height = "480px", graph_opts = list(), ...)Arguments
- x
A
qe_plotobject, a raw rENA / tma / ona set, or aModelDatalist.- height
CSS height of the containing
<div>. Default"480px".- graph_opts
Named list of
<qe-graph>attribute overrides.- ...
Additional arguments forwarded to
qe_extract()whenxis a raw set.