write_viz: write_viz

Description Usage Arguments Value

View source: R/write_viz.R

Description

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

Usage

1
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 Aug. 16, 2021, 9:06 a.m.