write_viz: write_viz

View source: R/write_viz.R

write_vizR Documentation

write_viz

Description

Wrapper function for writing images to the disk. This function comes from the magick package under the same name.

Usage

write_viz(image, path = "my_image", format = "png")

Arguments

image

magick image object or trellis object.

path

a file path starting from the working directory

format

file type to save the image as. Can be "png", "jpeg", "gif", "rgb", or "rgba".

Value

Does not return a value.


protein8k documentation built on Dec. 22, 2025, 1:06 a.m.