int_graph: Turn a integrating sphere dataset into a nice graph with...

View source: R/int_graph.R

int_graphR Documentation

Turn a integrating sphere dataset into a nice graph with licor dataset

Description

A very narrow function because it is written specially for my own computer. accepts a compiled dataset with specifically 4 columns, in order. designed to be called from other functions in this file... returns a ggplot object. Requires reshape2 library. displays a graph with the transmittance reflectance, absorbance and the licor LED spectra and also adds annotations dictating the average absorbance over the half-bandwidths of the blue and red LEDs.

Usage

int_graph(dataset, licordat = TRUE, sharkeySpec = F)

Arguments

dataset

A dataset with Wavelength, Transmittance, Reflectance, and Absorbance data

licordat

show or hide the li-6800 LED spectra


poales/integratingSphere documentation built on Oct. 6, 2022, 3:34 p.m.