fp_save_inspection_plot: Save raw data plots from a single FP binding dataset

Description Usage Arguments Value

View source: R/inspection_plots_saving_functions.R

Description

This internal function saves the total fluorescence intensity plots from an FP dataset to PNG, PDF or SVG files.

Usage

1
2
fp_save_inspection_plot(input_plot, dataset_name, output_directory,
  plot_format)

Arguments

input_plot

The output of fp_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.