Learn R Programming

eemR (version 1.0.2)

eem: eem constructor

Description

eem constructor

Usage

eem(data)

Value

An object of class eem containing:

  • sample The sample name of the eem.

  • file The filename of the eem.

  • location Directory of the eem.

  • x A matrix with fluorescence values.

  • em Emission vector of wavelengths.

  • ex Excitation vector of wavelengths.

Arguments

data

A list containing "file", "x", "em", "ex".