Converts ggplot objects to MAIDR widgets for accessible rendering in RMarkdown. Uses iframe-based isolation to ensure each plot has its own MAIDR.js context. Automatically falls back to image rendering for unsupported plot types or non-HTML output formats (PDF, EPUB).
knit_print.ggplot(x, options = list(), ...)A knit_asis object containing the iframe HTML or inline image
A ggplot object
Chunk options from knitr
Additional arguments (ignored)