LBE_fluo3D_indicators: 3D Fluorescence level plot by plotly, after processing

Description Usage Arguments References Examples

Description

After running LBE_fluo3D_processing() with your options, run this function to visualize and export your surface plot. Results (plots in pdf and/or png and/or interactive html) will be exported to a folder inside your directory called "Output_data".

Usage

1
2
3
4
LBE_fluo3D_indicators(data_list = data_interpol, peak_ratio_AT = TRUE,
  peak_ratio_CA = TRUE, peak_ratio_CT = TRUE, Humif_index = TRUE,
  export_csv = TRUE, directory = directory_processing,
  sample_name_ = sample_name)

Arguments

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.

peak_ratio_AT

TRUE or FALSE. Include the calculation or not.

peak_ratio_CA

TRUE or FALSE. Include the calculation or not.

peak_ratio_CT

TRUE or FALSE. Include the calculation or not.

Humif_index

TRUE or FALSE. Include the calculation or not.

export_csv

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.

References

In progress

Examples

1
#In progress

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