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.