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.


olihawkins/clcharts documentation built on June 2, 2025, 2:21 a.m.