save_svg: Save a plot as an svg

View source: R/outputs.R

save_svgR Documentation

Save a plot as an svg

Description

Save a plot as an svg

Usage

save_svg(plot, filename, width, height)

Arguments

plot

A plot object.

filename

Filename to save to an svg.

width

Width of the image in inches.

height

Height of the image in inches.


houseofcommonslibrary/clcharts documentation built on June 10, 2025, 9:16 p.m.