staRdom (version 1.0.8)

eem_easy: Opens an R markdown template for an easy and userfriendly analysis of EEM data.

Description

In your default editor (e.g. RStudio), a Rmd file is opened. It consists of bloacks gathering the parameters and information needed and continues with a series of data corrections, peak picking and plots. Finally you get a report of your analysis, a table with the peaks and optional pngs of your fluorescence data. To continue working and keeping your settings, the file can be sa ved anywhere and reused anytime.

Usage

eem_easy()

Arguments

Value

A pdf report, a peak picking table and optional plots.

Details

Function does not work well in Windows. You might try file.edit(system.file("EEM_simple_analysis.Rmd", package = "staRdom"))

Examples

Run this code
# NOT RUN {
#
eem_easy()

# this function fails very often, so you might use that:
file.edit(system.file("EEM_simple_analysis.Rmd", package = "staRdom"))
# }

Run the code above in your browser using DataLab