write_viz {protein8k} | R Documentation |
Wrapper function for writing images to the disk. This function comes from the magick package under the same name.
write_viz(image, path = "my_image", format = "png")
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". |
Does not return a value.