Learn R Programming

eemR (version 0.1.5)

eem: eem constructor

Description

eem constructor

Usage

eem(file, x, ex, em, location = NA)

Arguments

file

A string containing the file name of the eem.

x

A matrix with fluorescence values.

ex

Vector of excitation wavelengths.

em

Vector of emission wavelengths.

location

Location of the eem file.

Value

An object of class eem containing:

  • sample The file name of the eem.

  • x A matrix with fluorescence values.

  • em Emission vector of wavelengths.

  • ex Excitation vector of wavelengths.