int_read_one: Reads one file and formats it for use with other functions

View source: R/int_read_one.R

int_read_oneR Documentation

Reads one file and formats it for use with other functions

Description

simple function that interprets the raw data file "Averaging" means you get one data point per # wavelengths so, with default, you get one data point per wavelength, usually the average of 2-3 data points

Usage

int_read_one(location, Averaging = 1, label = "X")

Arguments

location

location of an integrating sphere data file

label

The value you're reading in - ie if you're reading in a Reflectance file, set this to "Reflectance" to return a dataframe with colnames(df) c("Wavelength", "Reflectance")


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