fret_save_inspection_plots: Save raw data plots from a single FRET binding dataset

Description Usage Arguments Value

View source: R/inspection_plots_saving_functions.R

Description

This internal function saves the raw fluorescence plots from the donor, acceptor and FRET channels to PNG, PDF or SVG files.

Usage

1
2
fret_save_inspection_plots(input_plots, dataset_name, output_directory,
  plot_format)

Arguments

input_plots

The output of fret_inspect_one_dataset.

dataset_name

The name of the corresponding dataset.

output_directory

The name of the output directory where plots will be saved.

plot_format

A character string indicating the file format to use to save plots. Possible values are "png" (default value), "pdf" and "svg".

Value

Writes plots in files on disk.


Guilz/rfret documentation built on Oct. 18, 2021, 2:14 p.m.