write_viz {protein8k} | R 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.
[Package protein8k version 0.0.1 Index]