highrestiff: Save figure as a high-resolution TIFF file

View source: R/highrestiff.R

highrestiffR Documentation

Save figure as a high-resolution TIFF file

Description

This function saves a figure as a high resolution TIFF file

Usage

highrestiff(plot_obj, file, width_in, height_in, resolution_dpi = 300)

Arguments

plot_obj

Figure to be saved

file

Character. Path and name of the file to save the figure in.

width_in

Numeric. Width of the saved figure in inches

height_in

Numeric. Height of the saved figure in inches

resolution_dpi

Numeric. Image resolution in dots per square inch.

Value

List. Use this list in other functions to access data from different file locations


annack84/STMdevelopment documentation built on April 12, 2024, 6:46 p.m.