emission_spectrum: Extraction of 2D emission spectrum, given any excitation...

Description Usage Arguments Examples

Description

Extraction of 2D emission spectrum, given any excitation wavelenght.

Usage

1
2
3
4
emission_spectrum(select_excitation = 254, data_list = data_interpol,
  emission_range = data_interpol$x, area_under_graph = F, start_emi = 200,
  end_emi = 400, export_pdf = T, export_png = F,
  directory = directory_processing, sample_name_ = sample_name)

Arguments

select_excitation

Selected excitation wavelenght in nm. An emission spectrum will be generated for this specific excitation. Default is 350 for exampling purposes.

data_list

The default value of "data_interpol" is assuming that "LBE_fluo3D_processing" have just been used. Otherwise a list containing x=vector of emission wavelenghts, y=vector of excitation wavelenghts, z= a matrix containing the z values (intensity) where X must be the lines, Y must be the columns and Z must be the values of the table.

emission_range

The default value of "data_interpol$x" is assuming that "LBE_fluo3D_processing" have just been used. Otherwise it must be a vector containing the emission wavelenghts range.

area_under_graph

TRUE or FALSE. If any calculation of area under curve will be performed.

start_emi

Emission start if area_under_graph is TRUE.

end_emi

Emission end if area_under_graph is TRUE.

export_pdf

TRUE or FALSE.

export_png

TRUE or FALSE.

directory

Default is the working directory. Better not change it.

sample_name_

Default is the output from processing function. Better not change it.

Examples

1
2
3
setwd(XXXX) #XXX is your directory contaning the .sp files (copy and paste from the brownse and replace all the "\" by "/").
LBE_fluo3D_processing() #include your options if you want.
emission_spectrum(420) #export pdf of a emission spectrum plot at excitation = 420 nm

guilayn/lbe3df documentation built on May 30, 2019, 7:20 p.m.